File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments