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