Skip to content

Commit 4b2ef08

Browse files
committed
MC-29943: [FT] Test StorefrontOrderPagerDisplayedTest fails on Jenkins
1 parent da4d7b4 commit 4b2ef08

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateDropdownProductAttributeVisibleInStorefrontAdvancedSearchFormTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
3535
</before>
3636
<after>
37+
<deleteData createDataKey="attribute" stepKey="deleteProductAttribute"/>
38+
<deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
3739
<actionGroup ref="logout" stepKey="logout"/>
3840

3941
<!-- Reindex invalidated indices after product attribute has been created/deleted -->

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateNewGroupForAttributeSetTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</before>
2828
<after>
2929
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
30+
<deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
3031
<actionGroup ref="logout" stepKey="logout"/>
3132

3233
<!-- Reindex invalidated indices after product attribute has been created/deleted -->

app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteTextFieldProductAttributeFromAttributeSetTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<after>
3232
<!--Delete cteated Data -->
3333
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimplaeProduct"/>
34+
<deleteData createDataKey="attribute" stepKey="deleteAddedAttribute"/>
3435
<actionGroup ref="logout" stepKey="logout"/>
3536

3637
<!-- Reindex invalidated indices after product attribute has been created/deleted -->

0 commit comments

Comments
 (0)