File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ async function runTutorial () {
3434
3535 await tutorial . waitFor ( 10000 , 'Some time for starting the service' ) ;
3636 await utils . takeScreenshot ( page , screenshotPrefix + 'service_started' ) ;
37-
38- // This study opens in fullscreen mode
39- await tutorial . restoreIFrame ( ) ;
40-
41- const outFiles = [
42- "data.zip"
43- ] ;
44- await tutorial . checkNodeOutputs ( 1 , outFiles ) ;
4537 }
4638 catch ( err ) {
4739 await tutorial . setTutorialFailed ( ) ;
Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ async function runTutorial () {
3434
3535 await tutorial . waitFor ( 10000 , 'Some time for starting the service' ) ;
3636 await utils . takeScreenshot ( page , screenshotPrefix + 'service_started' ) ;
37-
38- // This study opens in fullscreen mode
39- await tutorial . restoreIFrame ( ) ;
40-
41- const outFiles = [
42- "data.zip"
43- ] ;
44- await tutorial . checkNodeOutputs ( 2 , outFiles ) ;
4537 }
4638 catch ( err ) {
4739 await tutorial . setTutorialFailed ( ) ;
You can’t perform that action at this time.
0 commit comments