Skip to content

Commit 4e259a0

Browse files
authored
Merge pull request #425 from magento/MQE-1628
MQE-1628: Error loading Yaml config from
2 parents 12f9596 + 3496295 commit 4e259a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/config/functional.suite.dist.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ modules:
2828
username: "%MAGENTO_ADMIN_USERNAME%"
2929
password: "%MAGENTO_ADMIN_PASSWORD%"
3030
pageload_timeout: 30
31-
host: %SELENIUM_HOST%
32-
port: %SELENIUM_PORT%
33-
protocol: %SELENIUM_PROTOCOL%
34-
path: %SELENIUM_PATH%
31+
host: "%SELENIUM_HOST%"
32+
port: "%SELENIUM_PORT%"
33+
protocol: "%SELENIUM_PROTOCOL%"
34+
path: "%SELENIUM_PATH%"
3535
capabilities:
3636
chromeOptions:
3737
args: ["--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough"]

0 commit comments

Comments
 (0)