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.
|
||||
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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue