Update test/e2e/specs/password-strength.spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
07c2f75be5
commit
dec5146c58
@ -5,7 +5,7 @@ test.describe("Password Strength Indicator", () => {
|
||||
test.skip(() => !getSqliteDatabaseExists(), "Database must exist before running this test");
|
||||
|
||||
test("should show password strength indicator on setup page", async ({ page }) => {
|
||||
// Navigate to setup page (assuming fresh database)
|
||||
// Navigate to setup page (requires database to exist but not be configured)
|
||||
await page.goto("./setup");
|
||||
|
||||
// Fill username
|
||||
|
||||
Loading…
Reference in New Issue
Block a user