Create Plan from Session. Top bar rounded

This commit is contained in:
AG
2025-12-17 00:44:12 +02:00
parent 46752e0f35
commit 54cd915818
9 changed files with 313 additions and 21 deletions

View File

@@ -204,6 +204,22 @@ Comprehensive test plan for the GymFlow web application, covering authentication
- The session starts with the selected plan's exercises.
- The timer starts running.
#### 2.5a. A. Workout Plans - Create Plan from Session
**File:** `tests/plan-from-session.spec.ts`
**Steps:**
1. User completes a session with multiple sets (e.g., 2 sets of Pushups, 1 set of Squats).
2. Navigate to 'History'.
3. Click 'Create Plan' from the session menu.
4. Verify the Plan Editor opens.
5. **Verify Steps**: The plan should contain exactly 3 steps (Pushups, Pushups, Squats).
**Expected Results:**
- The Plan Editor is pre-filled.
- Plan steps mirror the session sets 1:1.
#### 2.6. B. Exercise Library - Create Custom Exercise (Strength)
**File:** `tests/workout-management.spec.ts`