Cleanup obsolete tasks, simplify auth lock logic, increase test retry wait
- Remove completed Task 17 and 18 from Docs/tasks.md - Remove ANIWORLD_TESTING bypass in _check_locked (testing env now uses test auth service) - Remove redundant lock expiry cleanup (handled by _get_fail_record) - Fix login.html whitespace formatting - Increase setup retry wait from 6s to 45s for rate-limited CI environments
This commit is contained in:
@@ -1,19 +1,3 @@
|
||||
### Task 17: Fix `Login With Valid Password` UI Test
|
||||
**Test Result:** FAIL — Same as Task 16 (`id=password-input` not found)
|
||||
**File:** `tests/robot/ui/login.robot` and `src/server/web/templates/login.html`
|
||||
**Instructions:**
|
||||
Fix the element ID mismatches in `login.html` as described in Task 16. The `Perform Login` keyword in `tests/robot/resources/ui_keywords.resource` fills `id=password-input` and clicks `id=login-submit-btn`. Update the HTML template IDs to match.
|
||||
|
||||
---
|
||||
|
||||
### Task 18: Fix `Login With Invalid Password` UI Test
|
||||
**Test Result:** FAIL — Same as Task 16
|
||||
**File:** `tests/robot/ui/login.robot` and `src/server/web/templates/login.html`
|
||||
**Instructions:**
|
||||
Fix the element ID mismatches in `login.html` as described in Task 16. Also verify that the error message element `id=login-error` exists in the template and is shown when login fails.
|
||||
|
||||
---
|
||||
|
||||
### Task 19: Fix `Login Rate Limit UI` UI Test
|
||||
**Test Result:** FAIL — Same as Task 16
|
||||
**File:** `tests/robot/ui/login.robot` and `src/server/web/templates/login.html`
|
||||
|
||||
Reference in New Issue
Block a user