From 36d0bbdfea2e3db7e9d4f0ff0bdb2cad6195af71 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 18 Jan 2026 16:50:15 +0100 Subject: [PATCH] Update test/e2e/specs/password-strength.spec.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- test/e2e/specs/password-strength.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/specs/password-strength.spec.js b/test/e2e/specs/password-strength.spec.js index 188b2fa04..52a4588af 100644 --- a/test/e2e/specs/password-strength.spec.js +++ b/test/e2e/specs/password-strength.spec.js @@ -88,7 +88,7 @@ test.describe("Password Strength Indicator", () => { await passwordInput.fill("abc123456789"); const strengthFill = page.locator(".strength-meter-fill"); - // Get initial width + // Get initial class const initialClass = await strengthFill.getAttribute("class"); // Change to stronger password