Skip to content

Commit 0292cb2

Browse files
committed
MC-40277: Integration test failed \Magento\Catalog\Block\Product\View\Options\Type\DateTest::testToHtmlWithDropDown
1 parent f5932e2 commit 0292cb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/CreateProductAttributeEntityTest/CreateProductAttributeEntityDateTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<title value="Admin should be able to create a Date product attribute"/>
1515
<description value="Admin should be able to create a Date product attribute"/>
1616
<severity value="BLOCKER"/>
17-
<testCaseId value="MC-10895"/>
18-
<group value="Catalog"/>
17+
<testCaseId value="MC-26021"/>
18+
<group value="catalog"/>
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121

@@ -34,7 +34,7 @@
3434

3535
<!--Generate date for use as default value, needs to be MM/d/YYYY and mm/d/yy-->
3636
<generateDate date="now" format="m/j/Y" stepKey="generateDefaultDate"/>
37-
<generateDate date="now" format="m/j/y" stepKey="generateDateCompressedFormat"/>
37+
<generateDate date="now" format="n/j/y" stepKey="generateDateCompressedFormat"/>
3838

3939
<!--Navigate to Stores > Attributes > Product.-->
4040
<actionGroup ref="AdminOpenProductAttributePageActionGroup" stepKey="goToProductAttributes"/>

0 commit comments

Comments
 (0)