test: remove fdescribe

This commit is contained in:
Andrey Lushnikov 2020-02-06 12:20:29 -08:00
parent 5152540f47
commit f49d63ff0c

View File

@ -144,7 +144,7 @@ module.exports.describe = function({testRunner, expect, playwright, FFOX, CHROMI
}); });
}); });
fdescribe('BrowserContext.setCookies', function() { describe('BrowserContext.setCookies', function() {
it('should work', async({context, page, server}) => { it('should work', async({context, page, server}) => {
await page.goto(server.EMPTY_PAGE); await page.goto(server.EMPTY_PAGE);
await context.setCookies([{ await context.setCookies([{