fix: update e2e test

This commit is contained in:
Mythie
2024-02-29 14:26:37 +11:00
parent 9f576eb47c
commit 1cc7c95a33

View File

@ -29,7 +29,10 @@ test('user can sign up with email and password', async ({ page }: { page: Page }
await page.mouse.up(); await page.mouse.up();
} }
await page.getByRole('button', { name: 'Sign Up', exact: true }).click(); await page.getByRole('button', { name: 'Continue', exact: true }).click();
await page.getByLabel('Public profile username').fill('username-123');
await page.getByRole('button', { name: 'Complete', exact: true }).click();
await page.waitForURL('/unverified-account'); await page.waitForURL('/unverified-account');