Skip to content

Commit

Permalink
test: remove fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 6, 2020
1 parent 5152540 commit f49d63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cookies.spec.js
Expand Up @@ -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}) => {
await page.goto(server.EMPTY_PAGE);
await context.setCookies([{
Expand Down

0 comments on commit f49d63f

Please sign in to comment.