Create Plan from Session. Top bar rounded
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user