Planned session start fixed.

This commit is contained in:
AG
2025-11-30 22:06:03 +02:00
parent 5363cc1e03
commit 0290bbabd7
6 changed files with 4 additions and 50 deletions

View File

@@ -15,7 +15,7 @@ test.describe('II. Workout Management', () => {
await page.getByRole('button', { name: 'Plans' }).click();
// 3. Create a plan with at least one exercise.
await page.getByRole('button').filter({ hasText: /^$/ }).nth(4).click(); // Click FAB
await page.locator('.absolute.bottom-6').click(); // Click FAB
await page.getByRole('textbox', { name: 'E.g. Full-body Routine' }).fill('Start Session Test Plan');
await page.getByRole('textbox', { name: 'Describe preparation...' }).fill('Test plan for starting a session');
await page.getByRole('button', { name: 'Add Exercise' }).click();