Skip to content

Commit f49d63f

Browse files
committed
test: remove fdescribe
1 parent 5152540 commit f49d63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cookies.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports.describe = function({testRunner, expect, playwright, FFOX, CHROMI
144144
});
145145
});
146146

147-
fdescribe('BrowserContext.setCookies', function() {
147+
describe('BrowserContext.setCookies', function() {
148148
it('should work', async({context, page, server}) => {
149149
await page.goto(server.EMPTY_PAGE);
150150
await context.setCookies([{

0 commit comments

Comments
 (0)