Skip to content

Commit 500d466

Browse files
committed
delete 'only'
1 parent 9563329 commit 500d466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test
7575
//Check the toggle
7676
await t.expect(monitorPage.saveLogSwitchButton.visible).notOk('The toggle is not displayed when Profiler is started');
7777
});
78-
test.only
78+
test
7979
.meta({ rte: rte.standalone })('Verify that when user switch toggle to ON and started the Profiler, temporary Log file Created and recording', async t => {
8080
const cli_command = 'command';
8181
//Remember the number of files in Temp
@@ -88,7 +88,7 @@ test.only
8888
//Verify that temporary Log file Created
8989
await t.expect(numberOfTempFiles).lt(fs.readdirSync(tempDir).length, 'The temporary Log file is not created');
9090
});
91-
test.only
91+
test
9292
.meta({ rte: rte.standalone })('Verify that when user switch toggle to OFF and started the Profiler, temporary Log file is not Created and recording', async t => {
9393
//Remember the number of files in Temp
9494
const numberOfTempFiles = fs.readdirSync(tempDir).length;

0 commit comments

Comments
 (0)