From b9da1575f02ef9ee1d76d26e15a99b8e970a92e3 Mon Sep 17 00:00:00 2001 From: Alexey Kuzmin Date: Thu, 21 Jun 2018 16:42:55 +0200 Subject: [PATCH] spec: enable a disabled test (#13346) --- spec/chromium-spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js index 8775dd293e34..df9e2c3db646 100644 --- a/spec/chromium-spec.js +++ b/spec/chromium-spec.js @@ -296,8 +296,7 @@ describe('chromium feature', () => { b = window.open(windowUrl, '', 'nodeIntegration=no,show=no') }) - // TODO(alexeykuzmin): [Ch66] Fix the test. - 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', () => {