remove fdescribe

This commit is contained in:
Yury Semikhatsky 2020-01-28 13:57:46 -08:00
parent efc2297994
commit 061a85d330

View file

@ -122,7 +122,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF
});
});
fdescribe('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)),