Some test fixes
This commit is contained in:
@@ -7,8 +7,8 @@ test.describe('III. Workout Tracking', () => {
|
||||
test('C. Active Session - Log Bodyweight Set', async ({ page }) => {
|
||||
// 1. Start a 'Free Workout' session.
|
||||
await page.goto('http://localhost:3000/');
|
||||
await page.getByRole('textbox', { name: 'user@gymflow.ai' }).fill('admin@gymflow.ai');
|
||||
await page.locator('input[type="password"]').fill('admin1234');
|
||||
await page.locator('input[type="email"]').fill('admin@gymflow.ai');
|
||||
await page.locator('input[type="password"]').fill('admin123');
|
||||
await page.getByRole('button', { name: 'Login' }).click();
|
||||
|
||||
await page.getByRole('spinbutton').fill('83');
|
||||
|
||||
Reference in New Issue
Block a user