Skip to content

Commit 682bf1e

Browse files
committed
minor
1 parent 4f26c23 commit 682bf1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/e2e/portal/3D_Anatomical.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ async function runTutorial () {
3636
await utils.takeScreenshot(page, screenshotPrefix + 'service_started');
3737

3838
const entitiesListed = [
39-
"EM_02mm.vtk",
40-
"CellDatatoPointData1",
39+
"Vein.vtk",
40+
"Artery.vtk",
41+
"Bones.e",
4142
];
4243
for (const text of entitiesListed) {
4344
const found = await utils.waitForLabelText(page, text);

tests/e2e/portal/3D_EM.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ async function runTutorial () {
3636
await utils.takeScreenshot(page, screenshotPrefix + 'service_started');
3737

3838
const entitiesListed = [
39-
"Vein.vtk",
40-
"Artery.vtk",
41-
"Bones.e",
39+
"EM_02mm.vtk",
40+
"CellDatatoPointData1",
4241
];
4342
for (const text of entitiesListed) {
4443
const found = await utils.waitForLabelText(page, text);

0 commit comments

Comments
 (0)