spec: enable back devtools tests
This commit is contained in:
parent
61ea03ed2d
commit
56c24406d6
1 changed files with 2 additions and 4 deletions
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue