remove fdescribe
This commit is contained in:
parent
efc2297994
commit
061a85d330
|
|
@ -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)),
|
||||
|
|
|
|||
Loading…
Reference in a new issue