All Tests Work! Password reset implemented. Users list sorted.

This commit is contained in:
AG
2025-12-10 12:08:11 +02:00
parent bc9b685dec
commit 5597d45e48
16 changed files with 1033 additions and 39 deletions

View File

@@ -899,20 +899,6 @@ Comprehensive test plan for the GymFlow web application, covering authentication
- The user is permanently removed from the system.
- The user no longer appears in the user list.
#### 5.13. B. Exercise Library - New Exercise Name field capitalization (mobile)
**File:** `tests/user-system-management.spec.ts`
**Steps:**
1. Log in as a regular user.
2. Navigate to the 'Plans' section.
3. Click the 'Add New Plan' or '+' FAB button.
4. Click 'Add Exercise', then 'Create Exercise'.
5. Verify the virtual keyboard for the 'Exercise Name' field suggests capitalizing each word (e.g., `text-transform: capitalize` or `inputmode="text" autocapitalize="words"`).
**Expected Results:**
- The 'Name' input field for new exercises correctly prompts for capitalization on mobile keyboards, enhancing user experience.
### 6. VI. User Interface & Experience
**Seed:** `tests/ui-ux.spec.ts`