File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
tests/e2e/tests/web/critical-path/monitor Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,7 @@ test('Verify that when user see the toggle is OFF - Profiler logs are not being
119
119
// Check the download files
120
120
await t . expect ( await findByFileStarts ( downloadedFilePath ) ) . eql ( numberOfDownloadFiles , 'The Profiler logs are saved' ) ;
121
121
} ) ;
122
- // Skipped due to testCafe issue https://github.com/DevExpress/testcafe/issues/5574
123
- test . skip ( 'Verify that when user see the toggle is ON - Profiler logs are being saved' , async t => {
122
+ test ( 'Verify that when user see the toggle is ON - Profiler logs are being saved' , async t => {
124
123
// Remember the number of files in Temp
125
124
const numberOfDownloadFiles = await findByFileStarts ( downloadedFilePath ) ;
126
125
You can’t perform that action at this time.
0 commit comments