Skip to content

Commit 9d8f222

Browse files
authored
Merge pull request #9 from kinde-oss/fix/tests
Fix failing test for button text
2 parents d81dae7 + a2b4524 commit 9d8f222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test('Authentication Login', async ({page}) => {
1515
await page.waitForURL(new RegExp(`${HOST}/auth/cx/_:nav&m:login`));
1616

1717
await page.getByLabel('Email').fill(USER_EMAIL);
18-
await page.getByText('Log in').click();
18+
await page.getByText('Continue').click();
1919
await page.waitForTimeout(3000);
2020
await page.locator('#input_field_p_password_password').fill(USER_PASSWORD);
2121
await page

0 commit comments

Comments
 (0)