fix(electron): cmd+num not working on mac (#7865)

fix AF-1248
hidden menu group + acceleratorWorksWhenHidden does not work on mac
This commit is contained in:
pengx17
2024-08-14 04:14:16 +00:00
parent 05247bb24e
commit d5edadabe6
2 changed files with 16 additions and 17 deletions

View File

@@ -154,7 +154,9 @@ async function enableSplitView(page: Page) {
})
);
});
await page.reload();
await page.reload({
timeout: 30000,
});
}
test('open new tab via cmd+click page link', async ({ page }) => {