mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: remove fdescribe
This commit is contained in:
parent
5152540f47
commit
f49d63ff0c
@ -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([{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user