We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74166cd commit 45b31b5Copy full SHA for 45b31b5
tests/e2e/tests/critical-path/monitor/save-commands.e2e.ts
@@ -86,6 +86,7 @@ test.only
86
await cliPage.getSuccessCommandResultFromCli(cli_command);
87
await monitorPage.checkCommandInMonitorResults(cli_command);
88
//Verify that temporary Log file Created
89
+ await t.wait(5000);
90
await t.expect(numberOfTempFiles).gt(fs.readdirSync(tempDir).length, 'The temporary Log file is created');
91
});
92
test
0 commit comments