Skip to content

Commit 40266d9

Browse files
committed
MTO-134: [Variation] Add Simple Product with required Custom Options to Cart
- Defects fixed
1 parent 9e586e5 commit 40266d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@
251251
<constraint name="Magento\Checkout\Test\Constraint\AssertVisibleItemsQtyInCheckoutSummaryBlock" />
252252
<constraint name="Magento\Checkout\Test\Constraint\AssertLinkGoToCartPresentInSummaryBlock" />
253253
</variation>
254-
<variation name="AddProductsToShoppingCartEntityTestVariation10" summary="Create product with all types of custom options that are required and trigger JS validation" ticketId="MAGETWO-45389">
254+
<variation name="AddProductsToShoppingCartEntityTestVariation11" summary="Create product with all types of custom options that are required and trigger JS validation" ticketId="MAGETWO-45389">
255255
<data name="productsData/0" xsi:type="string">catalogProductSimple::with_all_required_custom_option</data>
256256
<data name="cart/data/subtotal" xsi:type="string">6160.00</data>
257257
<constraint name="Magento\Catalog\Test\Constraint\AssertProductCustomOptionsErrors" />
258258
<constraint name="Magento\Checkout\Test\Constraint\AssertProductsAbsentInShoppingCart" />
259259
</variation>
260-
<variation name="AddProductsToShoppingCartEntityTestVariation11" summary="Create product with all types of custom options that are required and check that item options for product(s) display with correct information" ticketId="MAGETWO-45389">
260+
<variation name="AddProductsToShoppingCartEntityTestVariation12" summary="Create product with all types of custom options that are required and check that item options for product(s) display with correct information" ticketId="MAGETWO-45389">
261261
<data name="productsData/0" xsi:type="string">catalogProductSimple::with_all_required_custom_option</data>
262262
<data name="cart/data/subtotal" xsi:type="string">6160.00</data>
263263
<constraint name="Magento\Checkout\Test\Constraint\AssertCartItemsOptions" />

0 commit comments

Comments
 (0)