Skip to content

Commit 738a880

Browse files
author
Dmytro Aponasenko
committed
MTA-2080: Sync qmt repository with mainline - Sprint 11
1 parent 5e10150 commit 738a880

File tree

4 files changed

+2
-64
lines changed

4 files changed

+2
-64
lines changed

dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Fixture/GroupedProduct/CheckoutData.php

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -57,39 +57,6 @@ protected function getPreset($name)
5757
],
5858
],
5959
],
60-
'three_simple_products_default_qty' => [
61-
'options' => [
62-
[
63-
'name' => 'product_key_0',
64-
'qty' => 17,
65-
],
66-
[
67-
'name' => 'product_key_1',
68-
'qty' => 36
69-
],
70-
[
71-
'name' => 'product_key_2',
72-
'qty' => 20
73-
],
74-
],
75-
'cartItem' => [
76-
'price' => [
77-
'product_key_0' => 560,
78-
'product_key_1' => 40,
79-
'product_key_2' => 100,
80-
],
81-
'qty' => [
82-
'product_key_0' => 17,
83-
'product_key_1' => 36,
84-
'product_key_2' => 20,
85-
],
86-
'subtotal' => [
87-
'product_key_0' => 9520.00,
88-
'product_key_1' => 1440.00,
89-
'product_key_2' => 2000.00,
90-
],
91-
],
92-
],
9360
];
9461
return isset($presets[$name]) ? $presets[$name] : null;
9562
}

dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Repository/GroupedProduct.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -117,34 +117,5 @@
117117
<item name="preset" xsi:type="string">three_simple_products</item>
118118
</field>
119119
</dataset>
120-
121-
<dataset name="three_simple_products_default_qty">
122-
<field name="name" xsi:type="string">Grouped product %isolation%</field>
123-
<field name="sku" xsi:type="string">grouped_product_%isolation%</field>
124-
<field name="category_ids" xsi:type="array">
125-
<item name="presets" xsi:type="string">default</item>
126-
</field>
127-
<field name="associated" xsi:type="array">
128-
<item name="preset" xsi:type="string">three_simple_products</item>
129-
</field>
130-
<field name="status" xsi:type="string">Product online</field>
131-
<field name="visibility" xsi:type="string">Catalog, Search</field>
132-
<field name="tax_class_id" xsi:type="array">
133-
<item name="dataSet" xsi:type="string">taxable_goods</item>
134-
</field>
135-
<field name="url_key" xsi:type="string">test-grouped-product-%isolation%</field>
136-
<field name="quantity_and_stock_status" xsi:type="array">
137-
<item name="is_in_stock" xsi:type="string">In Stock</item>
138-
</field>
139-
<field name="website_ids" xsi:type="array">
140-
<item name="0" xsi:type="string">Main Website</item>
141-
</field>
142-
<field name="attribute_set_id" xsi:type="array">
143-
<item name="dataSet" xsi:type="string">default</item>
144-
</field>
145-
<field name="checkout_data" xsi:type="array">
146-
<item name="preset" xsi:type="string">three_simple_products_default_qty</item>
147-
</field>
148-
</dataset>
149120
</repository>
150121
</config>

dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<constraint name="Magento\Wishlist\Test\Constraint\AssertWishlistIsEmpty" />
2828
</variation>
2929
<variation name="AddProductsToCartFromCustomerWishlistOnFrontendTestVariation4">
30-
<data name="products" xsi:type="string">groupedProduct::three_simple_products_default_qty</data>
30+
<data name="products" xsi:type="string">groupedProduct::three_simple_products</data>
3131
<data name="qty" xsi:type="string">-</data>
3232
<constraint name="Magento\Checkout\Test\Constraint\AssertProductQtyInShoppingCart" />
3333
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductsIsAbsentInWishlist" />

dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
2929
</variation>
3030
<variation name="ConfigureProductInCustomerWishlistOnFrontendTestVariation5">
31-
<data name="product" xsi:type="string">groupedProduct::three_simple_products_default_qty</data>
31+
<data name="product" xsi:type="string">groupedProduct::three_simple_products</data>
3232
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductIsPresentInWishlist" />
3333
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
3434
</variation>

0 commit comments

Comments
 (0)