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