Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed Nov 13, 2024
1 parent 7795875 commit 638d50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/testdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
function assertBidiIsEnabled(){
if (!features.includes('bidi')) {
throw new Error(
"`feature?bidi` is missing when importing testdriver.js but the test is using WebDriver BiDi APIs");
"`?feature=bidi` is missing when importing testdriver.js but the test is using WebDriver BiDi APIs");
}
}

Expand Down

0 comments on commit 638d50c

Please sign in to comment.