Skip to content

Commit d98584f

Browse files
committed
MC-13210: Register customer with image upload
1 parent 874f184 commit d98584f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
3535
</before>
3636
<after>
37+
<!-- Delete product attribute -->
38+
<deleteData createDataKey="attribute" stepKey="deleteProductAttribute"/>
39+
40+
<!-- Delete product attribute set -->
41+
<deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
42+
3743
<actionGroup ref="logout" stepKey="logout"/>
3844
</after>
3945

0 commit comments

Comments
 (0)