File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tests/e2e/tests/critical-path/monitor Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 87
87
await t . expect ( monitorPage . resetProfilerButton . visible ) . ok ( 'The Reset Profiler button visibility' ) ;
88
88
await t . expect ( monitorPage . downloadLogButton . visible ) . ok ( 'The Download button visibility' ) ;
89
89
} ) ;
90
- test
90
+ //skipped due the error in path
91
+ test . skip
91
92
. meta ( { rte : rte . standalone } ) ( 'Verify that when user see the toggle is OFF - Profiler logs are not being saved' , async t => {
92
93
//Remember the number of files in Temp
93
94
const numberOfDownloadFiles = fs . readdirSync ( downloadsDir ) . length ;
96
97
//Check the download files
97
98
await t . expect ( numberOfDownloadFiles ) . eql ( fs . readdirSync ( downloadsDir ) . length , 'The Profiler logs are not being saved' ) ;
98
99
} ) ;
99
- test
100
+ //skipped due the error in path
101
+ test . skip
100
102
. meta ( { rte : rte . standalone } ) ( 'Verify that when user see the toggle is ON - Profiler logs are being saved' , async t => {
101
103
//Remember the number of files in Temp
102
104
const numberOfDownloadFiles = fs . readdirSync ( downloadsDir ) . length ;
You can’t perform that action at this time.
0 commit comments