Skip to content

Commit

Permalink
webapp/testing: await text run
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Oct 24, 2024
1 parent 57c74d2 commit 10b4be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/testing/TestSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async function startTest(): Promise<void> {
await startTabularTest(toRaw(dataset.value)[1]);
break;
case "text":
startTextTest(toRaw(dataset.value)[1]);
await startTextTest(toRaw(dataset.value)[1]);
break;
}
Expand Down

0 comments on commit 10b4be7

Please sign in to comment.