Skip to content

Commit 3d6fd29

Browse files
committed
update screens after switch to devtools
1 parent b0862db commit 3d6fd29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

end-to-end-test/shared/wdio/wdio.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const chromeArgs = [
3232
'--allow-insecure-localhost',
3333
'--window-size=1600,1000',
3434
'--no-sandbox',
35+
'--headless=new',
3536
].concat(
3637
(function() {
3738
return process.env.HEADLESS_CHROME === 'true'

0 commit comments

Comments
 (0)