From 42bc8e3831f3dca72faecf406145838e628a95be Mon Sep 17 00:00:00 2001 From: Tarun Kumar S Date: Tue, 22 Oct 2024 17:21:53 +0530 Subject: [PATCH] add some wait time --- testdriver/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testdriver/test.yml b/testdriver/test.yml index 447807b628b..fa486b87d66 100644 --- a/testdriver/test.yml +++ b/testdriver/test.yml @@ -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 @@ -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