Skip to content

Commit

Permalink
add some wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Oct 22, 2024
1 parent c14f5b3 commit 42bc8e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testdriver/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ steps:
action: click
- prompt: click on view PDF
commands:
- command: wait
timeout: 5000
- command: assert
expect: a pdf is open
- prompt: go back to the previous page
Expand Down Expand Up @@ -138,6 +140,8 @@ steps:
text: Tools
description: Tools button in the header section
action: click
- command: assert
expect: the Tools dropdown is open
- command: hover-text
text: Merge
description: Merge button
Expand Down

0 comments on commit 42bc8e3

Please sign in to comment.