fix(electron): shell should import renderer css in dev (#7805)

This commit is contained in:
pengx17
2024-08-09 07:02:34 +00:00
parent 4beedaa22c
commit 009b5353b1
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -87,7 +87,9 @@ export const test = base.extend<{
window.localStorage.setItem('dismissAiOnboardingLocal', 'true');
});
await page.reload();
await page.reload({
timeout: 30000,
});
await use(page as Page);
},