Skip to content

Commit deffa4b

Browse files
authored
Update isolve.js (#2100)
1 parent 427ade8 commit deffa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tutorials/isolve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function runTutorial() {
2222
try {
2323
tutorial.startScreenshooter();
2424
await tutorial.start();
25-
const studyData = await tutorial.openService(1000);
25+
const studyData = await tutorial.openTemplate(1000);
2626
const studyId = studyData["data"]["uuid"];
2727
console.log("Study ID:", studyId);
2828

0 commit comments

Comments
 (0)