- AniWorld.UiUtils → AniWorld.UI for toast notifications - Update robot tests to use actual element IDs (settings-section, save-db-btn, field-folder) - Fix anime key format in test URLs (Attack on Titan - Season 1) - Remove completed Task 22 from Docs/tasks.md
37 lines
1.8 KiB
Markdown
37 lines
1.8 KiB
Markdown
### Task 23: Fix All Anime Settings UI Tests
|
|
**Test Result:** FAIL — All 3 tests fail with the same login timeout
|
|
**File:** `tests/robot/ui/anime_settings.robot`
|
|
**Instructions:**
|
|
Fix Task 16 first. Then verify that the anime settings page loads after login and contains the elements expected by the Robot tests. Update IDs in the HTML or tests as needed.
|
|
|
|
---
|
|
|
|
### Task 24: Fix All Queue Page UI Tests
|
|
**Test Result:** FAIL — All 6 tests fail with the same login timeout
|
|
**File:** `tests/robot/ui/queue_page.robot`
|
|
**Instructions:**
|
|
Fix Task 16 first. Then verify that the queue page loads after login and contains the elements expected by the Robot tests. Update IDs in the HTML or tests as needed.
|
|
|
|
---
|
|
|
|
### 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`
|
|
**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. |