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