From 4b46eb20ca464b62a28cb14145b7ab7c844a6dec Mon Sep 17 00:00:00 2001 From: Tarun Kumar S Date: Tue, 22 Oct 2024 14:44:26 +0530 Subject: [PATCH] try "highlighted" --- testdriver/test.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/testdriver/test.yml b/testdriver/test.yml index f85f21f476d..447807b628b 100644 --- a/testdriver/test.yml +++ b/testdriver/test.yml @@ -128,9 +128,9 @@ steps: timeout: 2000 - prompt: >- click on Tools button in the header section and Check if the background of - the merge button transforms when hovered over, similarly hover over a few - other buttons and check for the background of the button to transform when - hovered over + the merge button is highlighted when hovered over, similarly hover over a + few other buttons and check for the background of the button is highlighted + when hovered over commands: - command: focus-application name: Google Chrome @@ -143,23 +143,22 @@ steps: description: Merge button action: hover - command: assert - expect: the background of the Merge button is transformed + expect: the background of the Merge button is highlighted - command: hover-text text: PDF to Image description: PDF to Image button action: hover - command: assert - expect: the background of the PDF to Image button is transformed + expect: the background of the PDF to Image button is highlighted - command: hover-text text: PDF to CSV description: PDF to CSV button action: hover - command: assert - expect: the background of the PDF to CSV button is transformed + expect: the background of the PDF to CSV button is highlighted - command: hover-text text: Sign description: Sign button action: hover - command: assert - expect: the background of the Sign button is transformed - + expect: the background of the Sign button is highlighted