Update tests/library/browsercontext-cookies.spec.ts
Co-authored-by: Yury Semikhatsky <yurys@chromium.org> Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
d3f5635678
commit
e172eae1df
|
|
@ -403,7 +403,7 @@ it('should support requestStorageAccess', async ({ page, server, channel, browse
|
||||||
|
|
||||||
it('should parse cookie with large Max-Age correctly', async ({ server, page, defaultSameSiteCookieValue, browserName, platform }) => {
|
it('should parse cookie with large Max-Age correctly', async ({ server, page, defaultSameSiteCookieValue, browserName, platform }) => {
|
||||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30305' });
|
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30305' });
|
||||||
it.skip(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/30305');
|
it.fixme(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/30305');
|
||||||
|
|
||||||
server.setRoute('/foobar', (req, res) => {
|
server.setRoute('/foobar', (req, res) => {
|
||||||
res.setHeader('set-cookie', [
|
res.setHeader('set-cookie', [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue