From d4e991a071579ed5825c64b781ea45b20b0201dd Mon Sep 17 00:00:00 2001 From: sarahschwartz <58856580+sarahschwartz@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:22:34 -0600 Subject: [PATCH] typo --- docs/intro.md | 2 +- tests/utils/runTest.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index de0d320..ad88742 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -90,7 +90,7 @@ data-url="http://localhost:4000/" diff --git a/tests/utils/runTest.ts b/tests/utils/runTest.ts index 4f59769..dde653f 100644 --- a/tests/utils/runTest.ts +++ b/tests/utils/runTest.ts @@ -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':