diff --git a/spec/api-web-contents-spec.js b/spec/api-web-contents-spec.js index 81b456ef52..1cb169e769 100644 --- a/spec/api-web-contents-spec.js +++ b/spec/api-web-contents-spec.js @@ -70,9 +70,7 @@ describe('webContents module', () => { specWebContents.openDevTools() }) - // TODO(alexeykuzmin): Crashes the app. - // FIx the crash and enable the test. - xit('does not crash when called on a detached dev tools window', (done) => { + it('does not crash when called on a detached dev tools window', (done) => { const specWebContents = w.webContents specWebContents.once('devtools-opened', () => { @@ -311,9 +309,7 @@ describe('webContents module', () => { }) }) - // TODO(alexeykuzmin): Crashes the app. - // FIx the crash and enable the test. - xit('supports inspecting an element in the devtools', (done) => { + it('supports inspecting an element in the devtools', (done) => { w.loadURL('about:blank') w.webContents.once('devtools-opened', () => { done() diff --git a/spec/webview-spec.js b/spec/webview-spec.js index e41c7147b5..028e94ce9e 100644 --- a/spec/webview-spec.js +++ b/spec/webview-spec.js @@ -1495,8 +1495,7 @@ describe(' tag', function () { }) }) - // TODO(alexeykuzmin): Enable the tests. - xdescribe('disableguestresize attribute', () => { + describe('disableguestresize attribute', () => { it('does not have attribute by default', () => { loadWebView(webview) assert(!webview.hasAttribute('disableguestresize'))