зеркало из https://github.com/electron/electron.git
Revert "FIXME: disable isCurrentlyAudible test to unblock merge" (#15078)
This reverts commit c8a9a3f63c
.
This commit is contained in:
Родитель
ba9a55c391
Коммит
5788600c46
|
@ -125,9 +125,7 @@ describe('webContents module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
// FIXME: this is broken on mac in the M69 upgrade, fix & re-enable before
|
||||
// release
|
||||
xdescribe('isCurrentlyAudible() API', () => {
|
||||
describe('isCurrentlyAudible() API', () => {
|
||||
it('returns whether audio is playing', async () => {
|
||||
const webContents = remote.getCurrentWebContents()
|
||||
const context = new window.AudioContext()
|
||||
|
|
Загрузка…
Ссылка в новой задаче