mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: mark test as slow
This commit is contained in:
parent
a0e12e0a14
commit
578880cb8b
@ -247,7 +247,7 @@ module.exports.describe = function({testRunner, expect, playwright, defaultBrows
|
||||
await context.close();
|
||||
}
|
||||
});
|
||||
it('should isolate cookies between launches', async({server}) => {
|
||||
it.slow()('should isolate cookies between launches', async({server}) => {
|
||||
const browser1 = await playwright.launch(defaultBrowserOptions);
|
||||
const context1 = await browser1.newContext();
|
||||
await context1.setCookies([{url: server.EMPTY_PAGE, name: 'cookie-in-context-1', value: 'value', expires: Date.now() + 1000000000 }]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user