Update test/e2e/specs/password-strength.spec.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Frank Elsinga 2026-01-18 16:50:15 +01:00 committed by GitHub
parent dec5146c58
commit 36d0bbdfea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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