Skip to content

Commit cce06d2

Browse files
author
Palamar, Mykola
committed
MAGETWO-47017: [Github] Add Configurable Product To Cart from Category Page #2574 #5850 #5882 #6572 #5558
1 parent d8a2550 commit cce06d2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ViewWithSwatches.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ class ViewWithSwatches extends View
2121
*/
2222
private $swatchAttributeSelector = '.swatch-attribute.%s .swatch-attribute-selected-option';
2323

24+
/**
25+
* Get chosen options from the product view page.
26+
*
27+
* @param InjectableFixture $product
28+
* @return array
29+
*/
2430
public function getSelectedSwatchOptions(InjectableFixture $product)
2531
{
2632
$checkoutData = $product->getCheckoutData();

dev/tests/functional/tests/app/Magento/Swatches/Test/TestCase/AddConfigurableProductWithSwatchToShopingCartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* 4. Perform asserts
2323
*
2424
* @group Configurable_Product
25-
* @ZephyrId TODO: add zephyr id
25+
* @ZephyrId MAGETWO-59958
2626
*/
2727
class AddConfigurableProductWithSwatchToShopingCartTest extends Scenario
2828
{

dev/tests/functional/tests/app/Magento/Swatches/Test/TestCase/TryToAddConfigurableProductWithSwatchToShopingCartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* 4. Perform asserts
2323
*
2424
* @group Configurable_Product
25-
* @ZephyrId TODO: add zephyr id
25+
* @ZephyrId TODO: MAGETWO-59979
2626
*/
2727
class TryToAddConfigurableProductWithSwatchToShopingCartTest extends Scenario
2828
{

0 commit comments

Comments
 (0)