Revert "FIXME: disable isCurrentlyAudible test to unblock merge" (#15078)

This reverts commit c8a9a3f63c.
This commit is contained in:
Alexey Kuzmin 2018-10-11 15:26:37 +02:00 коммит произвёл Charles Kerr
Родитель ba9a55c391
Коммит 5788600c46
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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()