- 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
13 lines
739 B
Markdown
13 lines
739 B
Markdown
### 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`
|
|
**Instructions:**
|
|
Fix Task 16 first. The setup flow tests may need to run before the app is configured. Verify that `tests/robot/start_server.sh` correctly removes `data/config.json` so the app starts unconfigured. Ensure the setup page elements match the Robot test selectors.
|
|
|
|
---
|
|
|
|
### Task 27: Fix All Responsive UI Tests
|
|
**Test Result:** FAIL — All tests fail with the same login timeout
|
|
**File:** `tests/robot/ui/responsive.robot`
|
|
**Instructions:**
|
|
Fix Task 16 first. Then verify that responsive layout tests check for viewport-specific elements that actually exist in the HTML. |