File tree Expand file tree Collapse file tree 4 files changed +2
-64
lines changed
dev/tests/functional/tests/app/Magento Expand file tree Collapse file tree 4 files changed +2
-64
lines changed Original file line number Diff line number Diff line change @@ -57,39 +57,6 @@ protected function getPreset($name)
57
57
],
58
58
],
59
59
],
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
- ],
93
60
];
94
61
return isset ($ presets [$ name ]) ? $ presets [$ name ] : null ;
95
62
}
Original file line number Diff line number Diff line change 117
117
<item name =" preset" xsi : type =" string" >three_simple_products</item >
118
118
</field >
119
119
</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 >
149
120
</repository >
150
121
</config >
Original file line number Diff line number Diff line change 27
27
<constraint name =" Magento\Wishlist\Test\Constraint\AssertWishlistIsEmpty" />
28
28
</variation >
29
29
<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 >
31
31
<data name =" qty" xsi : type =" string" >-</data >
32
32
<constraint name =" Magento\Checkout\Test\Constraint\AssertProductQtyInShoppingCart" />
33
33
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductsIsAbsentInWishlist" />
Original file line number Diff line number Diff line change 28
28
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
29
29
</variation >
30
30
<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 >
32
32
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductIsPresentInWishlist" />
33
33
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
34
34
</variation >
You can’t perform that action at this time.
0 commit comments