From 3cfea2e3b3aa2e2c7bbc695d20871709d29deed6 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 26 Jun 2026 21:06:13 +0200 Subject: [PATCH] Remove completed Task 19 from tasks.md --- Docs/tasks.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index fdc0ed4..bf321c9 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,11 +1,3 @@ -### 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` -**Instructions:** -Fix the element ID mismatches in `login.html` as described in Task 16. Also verify that after 5 failed attempts, the login form shows a lockout message containing the word "lockout" and the `id=login-error` element displays it. - ---- - ### 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`