mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
Add Field component system and migrate UI
This commit is contained in:
@@ -192,9 +192,7 @@ test('shows error for invalid login credentials', async ({ page }) => {
|
||||
await page.getByLabel('Password').fill('wrongpassword123');
|
||||
await page.getByRole('button', { name: 'Log in' }).click();
|
||||
|
||||
await expect(
|
||||
page.getByText('These credentials do not match our records.')
|
||||
).toBeVisible();
|
||||
await expect(page.getByText('These credentials do not match our records.')).toBeVisible();
|
||||
});
|
||||
|
||||
test('shows error when registering with existing email', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user