feat(firefox): support target.opener() and page.on('popup') (#3966)

This commit is contained in:
Andrey Lushnikov
2019-02-08 19:21:54 -08:00
committed by GitHub
parent 0cf6ab68e7
commit cfefd611b8
5 changed files with 24 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ module.exports.addTests = function({testRunner, expect, headless, Errors, Device
});
});
describe_fails_ffox('Page.Events.Popup', function() {
describe('Page.Events.Popup', function() {
it('should work', async({page}) => {
const [popup] = await Promise.all([
new Promise(x => page.once('popup', x)),