Skip to content

Commit ec13cd4

Browse files
committed
MAGETWO-62229: There is no Price on product page when product is out of stock
- Fix CreateBundleProductEntityTestVariation8
1 parent cde02ad commit ec13cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@
195195
<data name="product/data/price_type" xsi:type="string">Yes</data>
196196
<data name="product/data/price/dataset" xsi:type="string">dynamic-8</data>
197197
<data name="product/data/special_price" xsi:type="string">20</data>
198-
<data name="product/data/special_from_date/pattern" xsi:type="string">M j, Y -1 day</data>
199-
<data name="product/data/special_to_date/pattern" xsi:type="string">M j, Y +3 days</data>
198+
<data name="product/data/special_from_date/pattern" xsi:type="string">m/d/Y -1 day</data>
199+
<data name="product/data/special_to_date/pattern" xsi:type="string">m/d/Y +3 days</data>
200200
<data name="product/data/bundle_selections/dataset" xsi:type="string">default_dynamic</data>
201201
<data name="product/data/bundle_selections/products" xsi:type="string">catalogProductSimple::product_100_dollar,catalogProductSimple::product_40_dollar</data>
202202
<data name="product/data/checkout_data/dataset" xsi:type="string">bundle_default</data>

0 commit comments

Comments
 (0)