spec: enable a disabled test (#13346)
This commit is contained in:
parent
8ccb5cc6eb
commit
b9da1575f0
1 changed files with 1 additions and 2 deletions
|
@ -296,8 +296,7 @@ describe('chromium feature', () => {
|
||||||
b = window.open(windowUrl, '', 'nodeIntegration=no,show=no')
|
b = window.open(windowUrl, '', 'nodeIntegration=no,show=no')
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO(alexeykuzmin): [Ch66] Fix the test.
|
it('disables node integration when it is disabled on the parent window for chrome devtools URLs', (done) => {
|
||||||
xit('disables node integration when it is disabled on the parent window for chrome devtools URLs', (done) => {
|
|
||||||
let b
|
let b
|
||||||
app.once('web-contents-created', (event, contents) => {
|
app.once('web-contents-created', (event, contents) => {
|
||||||
contents.once('did-finish-load', () => {
|
contents.once('did-finish-load', () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue