test: remove duplicate test that is causing hang in Windows (#35071)
This commit is contained in:
parent
77e1a046ec
commit
182ab9ad76
1 changed files with 0 additions and 8 deletions
|
@ -62,14 +62,6 @@ describe('chromium feature', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('window.open', () => {
|
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 () => {
|
it('inherit options of parent window', async () => {
|
||||||
const message = waitForEvent(window, 'message');
|
const message = waitForEvent(window, 'message');
|
||||||
const b = window.open(`file://${fixtures}/pages/window-open-size.html`, '', 'show=no');
|
const b = window.open(`file://${fixtures}/pages/window-open-size.html`, '', 'show=no');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue