Merge pull request #2580 from EvanGulick-JacksonRiver/patch-40

Update S001150.yaml
This commit is contained in:
Jason Rosenbaum
2025-12-04 13:26:07 -08:00
committed by GitHub

View File

@@ -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."