Skip to content

Commit b1b5b16

Browse files
committed
MAGETWO-87660: EndToEndB2CAdminTestCest fails on jenkins
1 parent 0c2a913 commit b1b5b16

File tree

1 file changed

+4
-1
lines changed
  • dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog

1 file changed

+4
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"require": {
1414
"magento/magento2-functional-testing-framework": "~2.0.0",
1515
"magento/magento2-functional-test-framework": "100.0.0-dev",
16+
"magento/magento2-functional-test-module-backend": "100.0.0-dev",
1617
"magento/magento2-functional-test-module-checkout": "100.0.0-dev",
1718
"magento/magento2-functional-test-module-quote": "100.0.0-dev",
1819
"magento/magento2-functional-test-module-theme": "100.0.0-dev",
@@ -35,7 +36,9 @@
3536
"magento/magento2-functional-test-module-product-alert": "100.0.0-dev",
3637
"magento/magento2-functional-test-module-store": "100.0.0-dev",
3738
"magento/magento2-functional-test-module-tax": "100.0.0-dev",
38-
"magento/magento2-functional-test-module-theme": "100.0.0-dev",
39+
"magento/magento2-functional-test-module-url-rewrite": "100.0.0-dev",
40+
"magento/magento2-functional-test-module-widget": "100.0.0-dev",
41+
"magento/magento2-functional-test-module-wishlist": "100.0.0-dev"
3942
},
4043
"autoload": {
4144
"psr-4": {

0 commit comments

Comments
 (0)