Skip to content

Commit d770b1a

Browse files
committed
!!! DELETE THIS COMMIT LATER !!!
Remove headless mode to demonstrate e2e tests visually.
1 parent f7f8512 commit d770b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/src/main/npm/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ exports.config = {
7171
capabilities: {
7272
'browserName': 'chrome',
7373
'chromeOptions': {
74-
'args': ['show-fps-counter=true', '--headless', '--disable-gpu', '--no-sandbox']
74+
'args': ['show-fps-counter=true', '--no-sandbox']
7575
}
7676
},
7777

0 commit comments

Comments
 (0)