Skip to content

Commit

Permalink
MAGETWO-58503: [Backport] - [Github] Add Configurable Product To Cart…
Browse files Browse the repository at this point in the history
… from Category Page #2574 #5850 #5882 #6572 #5558 #8470 - for 2.1
  • Loading branch information
OlgaVasyltsun committed Nov 9, 2017
1 parent 640991b commit dd966e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
<block name="listProductBlock" class="Magento\Catalog\Test\Block\Product\ListProduct" locator=".products.wrapper.grid" strategy="css selector"/>
<block name="topToolbar" class="Magento\Catalog\Test\Block\Product\ProductList\TopToolbar" locator=".//*[contains(@class,'toolbar-products')][1]" strategy="xpath"/>
<block name="bottomToolbar" class="Magento\Catalog\Test\Block\Product\ProductList\BottomToolbar" locator=".//*[contains(@class,'toolbar-products')][2]" strategy="xpath"/>
<block name="messagesBlock" class="Magento\Backend\Test\Block\Messages" locator=".page.messages" strategy="css selector" />
</page>
</config>
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function run()
],
],
];
$this->categoryView->getMessagesBlock()->waitSuccessMessage();

return [
'cart' => $this->fixtureFactory->createByCode('cart', $cart),
Expand Down

0 comments on commit dd966e6

Please sign in to comment.