You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitt.expect(numberOfTempFiles).lt(fs.readdirSync(tempDir).length,'The temporary Log file is created');
89
+
awaitt.expect(numberOfTempFiles).lt(fs.readdirSync(tempDir).length,'The temporary Log file is not created');
91
90
});
92
-
test
91
+
test.only
93
92
.meta({rte: rte.standalone})('Verify that when user switch toggle to OFF and started the Profiler, temporary Log file is not Created and recording',asynct=>{
0 commit comments