From 9cc5fca146646556d359052b89b38c4a9506a977 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Fri, 28 Jun 2024 03:23:22 +0000 Subject: [PATCH] Update test to match form label change --- spec/features/contact_us_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/contact_us_spec.rb b/spec/features/contact_us_spec.rb index 2de52c35f..4cbdbca06 100644 --- a/spec/features/contact_us_spec.rb +++ b/spec/features/contact_us_spec.rb @@ -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