Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Sep 18, 2024
1 parent c0248a0 commit 35a7335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/pages_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@

it 'does not show form if not logged in' do
visit "/#{@region.name}/suggest"
expect(page).to have_content('But first! We ask that you Login. Thank you!')
expect(page).to have_content('To suggest a new location you first need to login. Thank you!')
end
end

Expand Down

0 comments on commit 35a7335

Please sign in to comment.