Testf from IP to localhost. Fixed some tests.
This commit is contained in:
@@ -6,7 +6,7 @@ import { test, expect } from '@playwright/test';
|
||||
test.describe('III. Workout Tracking', () => {
|
||||
test('C. Active Session - Plan Progression and Jump to Step', async ({ page }) => {
|
||||
// 1. Start a session from a workout plan with multiple steps.
|
||||
await page.goto('http://192.168.50.234:3000/');
|
||||
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.getByRole('button', { name: 'Login' }).click();
|
||||
|
||||
Reference in New Issue
Block a user