mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: mark headful test as slow (#1710)
This commit is contained in:
parent
22a7636ab0
commit
be06bb0139
@ -56,7 +56,7 @@ module.exports.describe = function({browserType, defaultBrowserOptions, FFOX, CH
|
||||
await removeUserDataDir(userDataDir);
|
||||
expect(cookie).toBe('foo=true');
|
||||
});
|
||||
it('should close browser with beforeunload page', async({server}) => {
|
||||
it.slow()('should close browser with beforeunload page', async({server}) => {
|
||||
const userDataDir = await makeUserDataDir();
|
||||
const browserContext = await browserType.launchPersistentContext(userDataDir, headfulOptions);
|
||||
const page = await browserContext.newPage();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user