From 793f0c79f39bded0e226adb9ac848b88fda1dbb1 Mon Sep 17 00:00:00 2001 From: testdriver-bot Date: Wed, 23 Oct 2024 17:29:39 +0000 Subject: [PATCH] [create-pull-request] automated change --- testdriver/test-footer-links.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testdriver/test-footer-links.yml diff --git a/testdriver/test-footer-links.yml b/testdriver/test-footer-links.yml new file mode 100644 index 0000000..c926b14 --- /dev/null +++ b/testdriver/test-footer-links.yml @@ -0,0 +1,19 @@ +version: 4.0.71 +steps: + - prompt: Scroll to the page footer. + commands: + - command: scroll-until-text + text: Privacy Policy + direction: down + - prompt: Click on "Privacy Policy". + commands: + - command: hover-text + text: Privacy Policy + description: link in the footer + action: click + - prompt: >- + Assert that the privacy policy details are displayed. # Use the content + of the file from the environment + commands: + - command: assert + expect: the privacy policy details are displayed