Skip to content

Commit 364c8a5

Browse files
committed
functional.suite.dist.yml: use the value provided by the .env file for the backend_name configuration
1 parent fc97826 commit 364c8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional.suite.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ modules:
2525
config:
2626
\Magento\FunctionalTestingFramework\Module\MagentoWebDriver:
2727
url: "%MAGENTO_BASE_URL%"
28-
backend_name: admin
28+
backend_name: "%MAGENTO_BACKEND_NAME%"
2929
browser: 'chrome'
3030
window_size: maximize
3131
username: "%MAGENTO_ADMIN_USERNAME%"

0 commit comments

Comments
 (0)