Revert "Merge pull request #10989 from electron/temporary-disable-visibility-state-tests"
This reverts commitf3125358c0
, reversing changes made to7b9ad5001b
.
This commit is contained in:
parent
f3125358c0
commit
2bd44612fd
1 changed files with 1 additions and 3 deletions
|
@ -1528,9 +1528,7 @@ describe('BrowserWindow module', () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
// FIXME(alexeykuzmin): Temporary disabled to unblock master.
|
describe('document.visibilityState/hidden', () => {
|
||||||
// https://github.com/electron/electron/issues/10988
|
|
||||||
xdescribe('document.visibilityState/hidden', () => {
|
|
||||||
beforeEach(() => { w.destroy() })
|
beforeEach(() => { w.destroy() })
|
||||||
|
|
||||||
function onVisibilityChange (callback) {
|
function onVisibilityChange (callback) {
|
||||||
|
|
Loading…
Reference in a new issue