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:49:59 +01:00 committed by GitHub
parent 07c2f75be5
commit dec5146c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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