Skip to content

Commit

Permalink
test: mark headful test as slow (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman committed Apr 8, 2020
1 parent 22a7636 commit be06bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/headful.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit be06bb0

Please sign in to comment.