mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
parent
027f2ba9e1
commit
d0352cfb71
@ -8,7 +8,7 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1229",
|
||||
"revision": "1230",
|
||||
"download": true
|
||||
},
|
||||
{
|
||||
|
@ -180,7 +180,6 @@ it('should include the origin header', async ({page, server}) => {
|
||||
|
||||
it('should support Set-Cookie header', (test, { browserName }) => {
|
||||
test.fixme(browserName === 'webkit');
|
||||
test.fixme(browserName === 'firefox');
|
||||
}, async ({context, page, server}) => {
|
||||
await page.route('https://example.com/', (route, request) => {
|
||||
route.fulfill({
|
||||
|
Loading…
Reference in New Issue
Block a user