mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
test: fix visibility flake on mac (#26323)
This commit is contained in:
committed by
GitHub
parent
bded790425
commit
42aa6b8ea5
@@ -69,7 +69,7 @@ ifdescribe(process.platform !== 'linux')('document.visibilityState', () => {
|
||||
// TODO(MarshallOfSound): Figure out if we can work around this 1 tick issue for users
|
||||
if (process.platform === 'darwin') {
|
||||
// Wait for a tick, the window being "shown" takes 1 tick on macOS
|
||||
await delay(0);
|
||||
await delay(10000);
|
||||
}
|
||||
w.hide();
|
||||
load();
|
||||
|
||||
Reference in New Issue
Block a user