spec: enable back devtools tests

This commit is contained in:
Cheng Zhao 2018-07-05 10:33:45 +09:00
parent 61ea03ed2d
commit 56c24406d6

View file

@ -2778,8 +2778,7 @@ describe('BrowserWindow module', () => {
}) })
}) })
// TODO(alexeykuzmin): [Ch66] Enable the tests. describe('for a valid extension', () => {
xdescribe('for a valid extension', () => {
const extensionName = 'foo' const extensionName = 'foo'
const removeExtension = () => { const removeExtension = () => {
@ -2866,8 +2865,7 @@ describe('BrowserWindow module', () => {
}) })
}) })
// TODO(alexeykuzmin): [Ch66] Times out. Fix it and enable. it('works when used with partitions', (done) => {
xit('works when used with partitions', (done) => {
if (w != null) { if (w != null) {
w.destroy() w.destroy()
} }