Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Nov 28, 2024
1 parent 2432053 commit 1f690df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

visit "/users/#{not_your_user.id}/profile"

expect(page).to have_content('LOGIN to Update Email / Update Password / Delete Account')
expect(page).to_not have_content('Update Email / Update Password / Delete Account')
end
end
describe 'update_user_flag', type: :feature, js: true do
Expand Down

0 comments on commit 1f690df

Please sign in to comment.