mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Skip flaky Playwright test (#6698)
# Description of Changes One of the Playwright tests is flaky, despite several attempts to fix it before it made it into main. This disables the test for now so a followup PR can try to fix it again.
This commit is contained in:
@@ -86,7 +86,11 @@ test.describe("1. Authentication and Login", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test.describe("1.5 Login Page - Session Expiry and Redirect", () => {
|
test.describe("1.5 Login Page - Session Expiry and Redirect", () => {
|
||||||
test("should redirect back to intended page after re-login", async ({
|
// FIXME: flaky. After forcing /api/v1/auth/refresh to 401 and reloading, the
|
||||||
|
// SPA intermittently settles on /merge instead of redirecting to /login (the
|
||||||
|
// auth bootstrap races re-authentication against the redirect). Re-enable once
|
||||||
|
// the auth-refresh redirect race is fixed. See e2e-live run 27675862403.
|
||||||
|
test.skip("should redirect back to intended page after re-login", async ({
|
||||||
page,
|
page,
|
||||||
}) => {
|
}) => {
|
||||||
// Starting state: User is logged in and on a tool page
|
// Starting state: User is logged in and on a tool page
|
||||||
|
|||||||
Reference in New Issue
Block a user