chore: bump electron version (#7922)

This commit is contained in:
pengx17
2024-08-19 14:24:34 +00:00
parent f3930a9262
commit 9d42db56ca
16 changed files with 49 additions and 40 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ import fs from 'fs-extra';
declare global {
interface Window {
apis: typeof apis;
__apis: typeof apis;
}
}
@@ -55,7 +55,7 @@ test('export then add', async ({ page, appInfo, workspace }) => {
// export db file to tmp folder
await page.evaluate(tmpPath => {
return window.apis?.dialog.setFakeDialogResult({
return window.__apis?.dialog.setFakeDialogResult({
filePath: tmpPath,
});
}, tmpPath);
@@ -73,7 +73,7 @@ test('export then add', async ({ page, appInfo, workspace }) => {
await clickSideBarCurrentWorkspaceBanner(page);
await page.evaluate(tmpPath => {
return window.apis?.dialog.setFakeDialogResult({
return window.__apis?.dialog.setFakeDialogResult({
filePath: tmpPath,
});
}, tmpPath);