Fix setup flow UI tests - update selectors and add server lifecycle

- Remove completed Task 25 from docs
- Add Suite Setup/Teardown with Start Aniworld Server and browser init
- Update element IDs to match current UI (password, strength-text, name, directory, etc.)
- Update form validation and complete setup flow tests with new selectors
- Add redirect testing after setup complete
This commit is contained in:
2026-06-27 00:07:07 +02:00
parent a5e1c5b14f
commit b4027be385
2 changed files with 67 additions and 49 deletions

View File

@@ -1,11 +1,3 @@
### Task 25: Fix All Settings Modal UI Tests
**Test Result:** FAIL — All tests fail with the same login timeout
**File:** `tests/robot/ui/settings_modal.robot`
**Instructions:**
Fix Task 16 first. Then verify that the settings modal opens from the dashboard and contains the expected form elements. Update IDs in the HTML or tests as needed.
---
### Task 26: Fix All Setup Flow UI Tests
**Test Result:** FAIL — All tests fail with the same login timeout
**File:** `tests/robot/ui/setup_flow.robot`