Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Apr 21, 2024
1 parent 66abbf4 commit d4e991a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ data-url="http://localhost:4000/"
<span
id="click-button"
data-name="clickButtonFromTest"
data-name="clickButtonFromText"
data-button-text="Show Secret Text"
></span>
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function runTest(
case 'writeToFile':
await writeToFile(page, step.id, step['data-filepath']);
break;
case 'clickButtonFromTest':
case 'clickButtonFromText':
await clickButtonByText(page, step['data-button-text']);
break;
case 'findText':
Expand Down

0 comments on commit d4e991a

Please sign in to comment.