Merge pull request #10990 from electron/fix-10988
Enable "document.visibilityState/hidden" tests
This commit is contained in:
commit
26baea58c9
1 changed files with 1 additions and 3 deletions
|
@ -1528,9 +1528,7 @@ describe('BrowserWindow module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
// FIXME(alexeykuzmin): Temporary disabled to unblock master.
|
||||
// https://github.com/electron/electron/issues/10988
|
||||
xdescribe('document.visibilityState/hidden', () => {
|
||||
describe('document.visibilityState/hidden', () => {
|
||||
beforeEach(() => { w.destroy() })
|
||||
|
||||
function onVisibilityChange (callback) {
|
||||
|
|
Loading…
Reference in a new issue