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 ab1a337 commit ef23e39Copy full SHA for ef23e39
tests/e2e/tests/critical-path/monitor/save-commands.e2e.ts
@@ -109,7 +109,7 @@ test
109
await t.expect(monitorPage.resetProfilerButton.visible).ok('The Reset Profiler button visibility');
110
await t.expect(monitorPage.downloadLogButton.visible).ok('The Download button visibility');
111
});
112
-test.only
+test
113
.meta({ rte: rte.standalone })('Verify that when user see the toggle is OFF - Profiler logs are not being saved', async t => {
114
//Remember the number of files in Temp
115
const numberOfDownloadFiles = await findByFileStarts(downloadedFilePath);
0 commit comments