From 7e4aeb22db5e2653631c97094c495ec2af59f71d Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 26 Jun 2026 21:08:47 +0200 Subject: [PATCH] fix: align password label 'for' attribute with input id Label referenced 'password' but input id is 'password-input'. Caveman commit auto. --- Docs/tasks.md | 8 -------- src/server/web/templates/login.html | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index bf321c9..9174eac 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,11 +1,3 @@ -### Task 20: Fix `Password Visibility Toggle` 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. The test clicks `id=password-toggle` — verify this ID exists in the template (it may be `id=password-toggle` already, but confirm). Ensure the toggle button changes the input `type` attribute between `password` and `text`. - ---- - ### Task 21: Fix `Logout` UI Test **Test Result:** FAIL — Same as Task 16 **File:** `tests/robot/ui/login.robot` and `src/server/web/templates/login.html` diff --git a/src/server/web/templates/login.html b/src/server/web/templates/login.html index 77a72f6..f8b1567 100644 --- a/src/server/web/templates/login.html +++ b/src/server/web/templates/login.html @@ -230,7 +230,7 @@
- +