Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
test: remove duplicate test that is causing hang in Windows (electron…
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc authored and khalwa committed Feb 22, 2023
1 parent 428a1aa commit 0fab561
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/chromium-spec.js
Expand Up @@ -62,14 +62,6 @@ describe('chromium feature', () => {
});

describe('window.open', () => {
it('accepts "nodeIntegration" as feature', async () => {
const message = waitForEvent(window, 'message');
const b = window.open(`file://${fixtures}/pages/window-opener-node.html`, '', 'nodeIntegration=no,show=no');
const event = await message;
b.close();
expect(event.data.isProcessGlobalUndefined).to.be.true();
});

it('inherit options of parent window', async () => {
const message = waitForEvent(window, 'message');
const b = window.open(`file://${fixtures}/pages/window-open-size.html`, '', 'show=no');
Expand Down

0 comments on commit 0fab561

Please sign in to comment.