Skip to content

Commit f079ad3

Browse files
committed
Bump Composer version in composer.json
1 parent ecf2143 commit f079ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/config/functional.suite.dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ modules:
2121
\Magento\FunctionalTestingFramework\Module\MagentoWebDriver:
2222
url: "%MAGENTO_BASE_URL%"
2323
backend_name: "%MAGENTO_BACKEND_NAME%"
24-
browser: 'chrome'
24+
browser: "%BROWSER%"
2525
window_size: 1280x1024
2626
username: "%MAGENTO_ADMIN_USERNAME%"
2727
password: "%MAGENTO_ADMIN_PASSWORD%"
@@ -32,5 +32,5 @@ modules:
3232
path: %SELENIUM_PATH%
3333
capabilities:
3434
chromeOptions:
35-
args: ["--incognito", "--disable-extensions", "--enable-automation"]
35+
args: ["--start-maximized", "--disable-extensions", "--enable-automation"]
3636

0 commit comments

Comments
 (0)