fix: handle async nature of [NSWindow -toggleFullScreen] (#25470)
This commit is contained in:
parent
7063b5ef2c
commit
503d24a473
7 changed files with 127 additions and 17 deletions
|
@ -1508,8 +1508,8 @@ describe('iframe using HTML fullscreen API while window is OS-fullscreened', ()
|
|||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await closeAllWindows()
|
||||
;(w as any) = null;
|
||||
await closeAllWindows();
|
||||
(w as any) = null;
|
||||
server.close();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue