CI e2e 수정
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -11,6 +11,8 @@ test.beforeEach(async ({ page }) => {
|
||||
window.localStorage.clear();
|
||||
} catch {
|
||||
}
|
||||
|
||||
(window as any).__PB_DISABLE_AUTOSAVE = true;
|
||||
});
|
||||
|
||||
await page.route("**/api/auth/me", async (route) => {
|
||||
|
||||
@@ -27,6 +27,8 @@ test.beforeEach(async ({ page }) => {
|
||||
} catch {
|
||||
// localStorage 접근 실패는 테스트 진행에 치명적이지 않으므로 조용히 무시한다.
|
||||
}
|
||||
|
||||
(window as any).__PB_DISABLE_AUTOSAVE = true;
|
||||
});
|
||||
|
||||
await page.route("**/api/auth/me", async (route) => {
|
||||
|
||||
Reference in New Issue
Block a user