revert fdescribe

This commit is contained in:
Yury Semikhatsky 2019-12-17 10:38:21 -08:00
parent ccc69e2e65
commit a728c5dd44

View file

@ -67,7 +67,7 @@ module.exports.addTests = function({testRunner, expect, FFOX, CHROME, WEBKIT}) {
});
});
fdescribe('ElementHandle.contentFrame', function() {
describe('ElementHandle.contentFrame', function() {
it('should work', async({page,server}) => {
await page.goto(server.EMPTY_PAGE);
await utils.attachFrame(page, 'frame1', server.EMPTY_PAGE);