mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: test cleanup (#24211)
The functionality was fixed in https://github.com/microsoft/playwright/pull/24201. Fixes #24201
This commit is contained in:
parent
b483bf9fcc
commit
15c6dad114
@ -218,7 +218,7 @@ it('should add cookies from Set-Cookie header', async ({ context, page, server }
|
||||
expect((await page.evaluate(() => document.cookie)).split(';').map(s => s.trim()).sort()).toEqual(['foo=bar', 'session=value']);
|
||||
});
|
||||
|
||||
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 }) => {
|
||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23390' });
|
||||
server.setRoute('/setcookie.html', (req, res) => {
|
||||
res.setHeader('Set-Cookie', ['cookie.0=foo', 'cookie.1=bar']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user