mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Revert "chore: disable focus handling test due to win32/ia32 regression"
This reverts commit 1a57ba5d59.
This commit is contained in:
@@ -98,9 +98,7 @@ describe('window.postMessage', () => {
|
||||
});
|
||||
});
|
||||
|
||||
// Tests disabled due to regression in Chromium upgrade
|
||||
// https://github.com/electron/electron/issues/45322
|
||||
ifdescribe(!(process.platform === 'win32' && process.arch === 'ia32'))('focus handling', () => {
|
||||
describe('focus handling', () => {
|
||||
let webviewContents: WebContents;
|
||||
let w: BrowserWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user