Skip to content

Commit

Permalink
updates expect commands as well
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Oct 22, 2024
1 parent 457294d commit 04f1dd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testdriver/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ steps:
timeout: 2000
- prompt: >-
click on Tools button in the header section and Check if the background of
the button transforms when hovered over, similarly hover over a few other
buttons and check for the background of the button to transform when
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
commands:
- command: focus-application
Expand All @@ -143,23 +143,23 @@ steps:
description: Merge button
action: hover
- command: assert
expect: the background of the Merge button is changed
expect: the background of the Merge button is transformed
- 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 changed
expect: the background of the PDF to Image button is transformed
- 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 changed
expect: the background of the PDF to CSV button is transformed
- command: hover-text
text: Sign
description: Sign button
action: hover
- command: assert
expect: the background of the Sign button is changed
expect: the background of the Sign button is transformed

0 comments on commit 04f1dd5

Please sign in to comment.