mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: unskip "should preserve cookie order from Set-Cookie header" (#34888)
This commit is contained in:
parent
132d93151c
commit
65910c4ac5
@ -281,7 +281,6 @@ it('should add cookies from Set-Cookie header', async ({ context, page, server }
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should preserve cookie order from Set-Cookie header', async ({ context, page, server, browserName, isLinux }) => {
|
it('should preserve cookie order from Set-Cookie header', async ({ context, page, server, browserName, isLinux }) => {
|
||||||
it.fixme(browserName === 'webkit' && isLinux, 'https://github.com/microsoft/playwright-browsers/issues/1512');
|
|
||||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23390' });
|
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23390' });
|
||||||
server.setRoute('/setcookie.html', (req, res) => {
|
server.setRoute('/setcookie.html', (req, res) => {
|
||||||
res.setHeader('Set-Cookie', ['cookie.0=foo', 'cookie.1=bar']);
|
res.setHeader('Set-Cookie', ['cookie.0=foo', 'cookie.1=bar']);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user