Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 19c9197

Browse files
author
Joan He
committed
MAGETWO-80268: Implement Step 6 of B2C Logged-in user scenario "Logged-in user adds to wishlist"
- add dependency to customer test module
1 parent 6626fa2 commit 19c9197

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"magento/magento2-functional-testing-framework": "1.0.0",
1515
"magento/magento2-functional-test-module-catalog": "100.0.0-dev",
1616
"magento/magento2-functional-test-module-checkout": "100.0.0-dev",
17+
"magento/magento2-functional-test-module-customer": "100.0.0-dev",
1718
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1819
},
1920
"suggest": {
2021
"magento/magento2-functional-test-module-backend": "100.0.0-dev",
2122
"magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev",
2223
"magento/magento2-functional-test-module-configurable-product": "100.0.0-dev",
23-
"magento/magento2-functional-test-module-customer": "100.0.0-dev",
2424
"magento/magento2-functional-test-module-rss": "100.0.0-dev",
2525
"magento/magento2-functional-test-module-sales": "100.0.0-dev",
2626
"magento/magento2-functional-test-module-store": "100.0.0-dev",

0 commit comments

Comments
 (0)