Revert "chore: disable focus handling test due to win32/ia32 regression"

This reverts commit 1a57ba5d59.
This commit is contained in:
Samuel Maddock
2025-01-24 17:31:45 -05:00
parent 6b528745ab
commit 760b1a519b

View File

@@ -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;