Some test fixes
This commit is contained in:
@@ -9,7 +9,7 @@ test.describe('I. Core & Authentication', () => {
|
||||
await page.goto('http://localhost:3000/');
|
||||
|
||||
// 2. Enter an invalid email or password.
|
||||
await page.getByRole('textbox', { name: 'user@gymflow.ai' }).fill('invalid@gymflow.ai');
|
||||
await page.locator('input[type="email"]').fill('invalid@gymflow.com');
|
||||
await page.locator('input[type="password"]').fill('wrongpassword');
|
||||
|
||||
// 3. Click the 'Login' button.
|
||||
|
||||
Reference in New Issue
Block a user