CI e2e 수정
CI / test (push) Failing after 5m35s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-14 20:02:55 +09:00
parent 6ff6048f95
commit 556ee5c36b
5 changed files with 9 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ test.beforeEach(async ({ page }) => {
window.localStorage.clear();
} catch {
}
(window as any).__PB_DISABLE_AUTOSAVE = true;
});
await page.route("**/api/auth/me", async (route) => {