From dd966e6d23db0047af8dbbc7255e1e0c5159bd9e Mon Sep 17 00:00:00 2001 From: OlgaVasyltsun Date: Thu, 9 Nov 2017 10:54:21 +0200 Subject: [PATCH] MAGETWO-58503: [Backport] - [Github] Add Configurable Product To Cart from Category Page #2574 #5850 #5882 #6572 #5558 #8470 - for 2.1 --- .../Magento/Catalog/Test/Page/Category/CatalogCategoryView.xml | 1 + .../TestStep/AddProductToCartFromCatalogCategoryPageStep.php | 1 + 2 files changed, 2 insertions(+) diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/Page/Category/CatalogCategoryView.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/Page/Category/CatalogCategoryView.xml index 936daa024f201..a23d07421ac0e 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/Page/Category/CatalogCategoryView.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/Page/Category/CatalogCategoryView.xml @@ -15,5 +15,6 @@ + diff --git a/dev/tests/functional/tests/app/Magento/Swatches/Test/TestStep/AddProductToCartFromCatalogCategoryPageStep.php b/dev/tests/functional/tests/app/Magento/Swatches/Test/TestStep/AddProductToCartFromCatalogCategoryPageStep.php index a0f18966cdb2f..be9d1a96666de 100644 --- a/dev/tests/functional/tests/app/Magento/Swatches/Test/TestStep/AddProductToCartFromCatalogCategoryPageStep.php +++ b/dev/tests/functional/tests/app/Magento/Swatches/Test/TestStep/AddProductToCartFromCatalogCategoryPageStep.php @@ -94,6 +94,7 @@ public function run() ], ], ]; + $this->categoryView->getMessagesBlock()->waitSuccessMessage(); return [ 'cart' => $this->fixtureFactory->createByCode('cart', $cart),