Skip to content

Commit ef23e39

Browse files
committed
upd
1 parent ab1a337 commit ef23e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test
109109
await t.expect(monitorPage.resetProfilerButton.visible).ok('The Reset Profiler button visibility');
110110
await t.expect(monitorPage.downloadLogButton.visible).ok('The Download button visibility');
111111
});
112-
test.only
112+
test
113113
.meta({ rte: rte.standalone })('Verify that when user see the toggle is OFF - Profiler logs are not being saved', async t => {
114114
//Remember the number of files in Temp
115115
const numberOfDownloadFiles = await findByFileStarts(downloadedFilePath);

0 commit comments

Comments
 (0)