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) => {
|
||||
|
||||
Reference in New Issue
Block a user