Skip to content

Commit 5cc3d33

Browse files
authored
Merge pull request #41 from magento-commerce/MQE-2585-2.x
[2.x] MQE-2585: use --no-sandbox chrome options for functional suite.
2 parents 690619f + 89d222c commit 5cc3d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/config/functional.suite.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ modules:
3535
path: "%SELENIUM_PATH%"
3636
capabilities:
3737
chromeOptions:
38-
args: ["--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough"]
38+
args: ["--no-sandbox", "--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough"]

0 commit comments

Comments
 (0)