Skip to content

Commit a45168f

Browse files
committed
they do not produce any outputs
1 parent 9b7bd7c commit a45168f

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

tests/e2e/portal/3D_Anatomical.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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();

tests/e2e/portal/3D_EM.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)