fix: update e2e tests

This commit is contained in:
Mythie
2024-02-29 15:19:38 +11:00
parent 1cc7c95a33
commit aa87a86a5f
6 changed files with 6 additions and 1 deletions

View File

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