We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d81dae7 + a2b4524 commit 9d8f222Copy full SHA for 9d8f222
tests/test.ts
@@ -15,7 +15,7 @@ test('Authentication Login', async ({page}) => {
15
await page.waitForURL(new RegExp(`${HOST}/auth/cx/_:nav&m:login`));
16
17
await page.getByLabel('Email').fill(USER_EMAIL);
18
- await page.getByText('Log in').click();
+ await page.getByText('Continue').click();
19
await page.waitForTimeout(3000);
20
await page.locator('#input_field_p_password_password').fill(USER_PASSWORD);
21
await page
0 commit comments