Enable a few tests

This commit is contained in:
Aleksei Kuzmin 2018-06-18 11:00:59 +02:00 committed by Samuel Attard
parent 10160b369b
commit 10c5141da0
3 changed files with 4 additions and 8 deletions

View file

@ -296,8 +296,7 @@ describe('chromium feature', () => {
b = window.open(windowUrl, '', 'nodeIntegration=no,show=no')
})
// TODO(alexeykuzmin): [Ch66] Times out. Fix it and enable back.
xit('disables node integration when it is disabled on the parent window for chrome devtools URLs', (done) => {
it('disables node integration when it is disabled on the parent window for chrome devtools URLs', (done) => {
let b
app.once('web-contents-created', (event, contents) => {
contents.once('did-finish-load', () => {