From 1837e2a4f8e695222631c958585fc0235f0e2160 Mon Sep 17 00:00:00 2001 From: EvanGulick-JacksonRiver <82958005+EvanGulick-JacksonRiver@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:06:27 -0600 Subject: [PATCH] Update S001150.yaml Add wait so form will fully load, clean up end of file. --- members/S001150.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/members/S001150.yaml b/members/S001150.yaml index eafffd56..09da0573 100644 --- a/members/S001150.yaml +++ b/members/S001150.yaml @@ -4,6 +4,8 @@ contact_form: action: /contact/ steps: - visit: "https://www.schiff.senate.gov/contact/get-in-touch/" + - wait: + - value: 3 - fill_in: - name: input_2 selector: "#input_2_2" @@ -162,13 +164,8 @@ contact_form: - click_on: - value: Submit selector: "#gform_submit_button_2" - # - recaptcha: - # - value: true - - find: - - selector: "h2" - value: "Thank You" success: headers: status: 200 body: - contains: "your message has been sent" + contains: "Thank you, your message has been sent."