mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
refactor: workspace loading logic (#1966)
This commit is contained in:
@@ -41,11 +41,6 @@ export const test = baseTest.extend({
|
||||
);
|
||||
}
|
||||
|
||||
for (const page of context.pages()) {
|
||||
await page.evaluate(() => window.localStorage.clear());
|
||||
await page.evaluate(() => window.sessionStorage.clear());
|
||||
}
|
||||
|
||||
await use(context);
|
||||
|
||||
if (enableCoverage) {
|
||||
|
||||
Reference in New Issue
Block a user