We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5b879 commit 728e360Copy full SHA for 728e360
tests/e2e/hooks.js
@@ -10,7 +10,8 @@ setDefaultTimeout(config.timeout * 1000)
10
BeforeAll(async function () {
11
global.browser = await chromium.launch({
12
headless: config.headless,
13
- slowMo: config.slowMo
+ slowMo: config.slowMo,
14
+ ignoreDefaultArgs: ['--start-maximized']
15
})
16
17
0 commit comments