Skip to content

Commit

Permalink
Update test to match form label change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 28, 2024
1 parent 22d9584 commit 9cc5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/contact_us_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
describe "after filling in a valid report" do
before do
select "The address or map location is wrong", from: "I'm getting in touch because"
fill_in "Please tell us briefly about your request", with: "Actually nothing is wrong here. Sorry."
fill_in "Your message", with: "Actually nothing is wrong here. Sorry."
click_button "Send message"
end

Expand Down

0 comments on commit 9cc5fca

Please sign in to comment.