mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
Stabilize CI runtime for updated deps and unblock Dependabot auto-format flow (#185)
* chore: apply ci and dependabot remediation changes * chore: auto-fix linting and formatting issues --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
+12
-2
@@ -1,6 +1,13 @@
|
||||
import { expect } from "@playwright/test"
|
||||
|
||||
import { csrfRequest, defaultAdmin, expectAuthenticated, expectUnauthenticated, loginAs, test } from "./fixtures"
|
||||
import {
|
||||
csrfRequest,
|
||||
defaultAdmin,
|
||||
expectAuthenticated,
|
||||
expectUnauthenticated,
|
||||
loginAs,
|
||||
test,
|
||||
} from "./fixtures"
|
||||
|
||||
test("login persists session via cookie and getProfile succeeds", async ({ page }) => {
|
||||
await loginAs(page, defaultAdmin)
|
||||
@@ -51,7 +58,10 @@ test("password change rotates TokenVersion and revokes existing session", async
|
||||
reject_password: false,
|
||||
},
|
||||
})
|
||||
expect(restoreResp.ok(), "password restore must succeed so other suites can still log in").toBeTruthy()
|
||||
expect(
|
||||
restoreResp.ok(),
|
||||
"password restore must succeed so other suites can still log in",
|
||||
).toBeTruthy()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user