Skip to content

Commit 45b31b5

Browse files
committed
add waiter
1 parent 74166cd commit 45b31b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/tests/critical-path/monitor/save-commands.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ test.only
8686
await cliPage.getSuccessCommandResultFromCli(cli_command);
8787
await monitorPage.checkCommandInMonitorResults(cli_command);
8888
//Verify that temporary Log file Created
89+
await t.wait(5000);
8990
await t.expect(numberOfTempFiles).gt(fs.readdirSync(tempDir).length, 'The temporary Log file is created');
9091
});
9192
test

0 commit comments

Comments
 (0)