Skip to content

Commit 94f78cb

Browse files
committed
Testing: This should not fix tests - (but maybe it does)
1 parent b0de2ee commit 94f78cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/frontend/apps/e2e/__tests__/app-impress/auth.setup.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ const saveStorageState = async (
2525
}),
2626
).toBeVisible();
2727

28+
await page.evaluate(() => {
29+
localStorage.setItem('debug', 'no-cache');
30+
});
31+
2832
await page.context().storageState({
2933
path: storageState as string,
3034
});

0 commit comments

Comments
 (0)