Update test/e2e/specs/password-strength.spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
dec5146c58
commit
36d0bbdfea
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user