mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
test: mark "headless should be able to read cookies written by headful" as flaky on firefox (#3673)
This commit is contained in:
parent
744af78dc2
commit
4386cd4e7f
@ -26,7 +26,7 @@ it('should have default url when launching browser', async ({browserType, defaul
|
||||
await browserContext.close();
|
||||
});
|
||||
|
||||
it.fail(WIN && options.CHROMIUM).slow()('headless should be able to read cookies written by headful', async ({browserType, defaultBrowserOptions, server}) => {
|
||||
it.fail(WIN && options.CHROMIUM).flaky(options.FIREFOX).slow()('headless should be able to read cookies written by headful', async ({browserType, defaultBrowserOptions, server}) => {
|
||||
// see https://github.com/microsoft/playwright/issues/717
|
||||
const userDataDir = await makeUserDataDir();
|
||||
// Write a cookie in headful chrome
|
||||
|
Loading…
Reference in New Issue
Block a user