Skip to content

Commit a2b4524

Browse files
committed
fix test for button text
1 parent d81dae7 commit a2b4524

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)