From ed84c6980eb2ff9aada7ad1edcdf92ddb136d55f Mon Sep 17 00:00:00 2001 From: testdriver-bot Date: Mon, 14 Oct 2024 23:29:59 +0000 Subject: [PATCH] [create-pull-request] automated change --- testdriver/test-contact-us-link.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testdriver/test-contact-us-link.yml diff --git a/testdriver/test-contact-us-link.yml b/testdriver/test-contact-us-link.yml new file mode 100644 index 0000000..56f40b2 --- /dev/null +++ b/testdriver/test-contact-us-link.yml @@ -0,0 +1,16 @@ +version: 4.0.68 +steps: + - prompt: Focus the browser window. + commands: [] + - prompt: Click on the "Contact Sales" link. + commands: + - command: hover-text + text: Contact Sales + description: link in the header + action: click + - prompt: >- + Assert that the contact form or information page loads. # Use the content + of the file from the environment + commands: + - command: assert + expect: the contact form is visible on the page