Skip to content

Commit d684fa1

Browse files
committed
MC-4412: Convert CreateAttributeSetEntityTest to MFTF
1 parent 265c403 commit d684fa1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@
2121
<before>
2222
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2323
<createData entity="productAttributeWysiwyg" stepKey="createProductAttribute"/>
24+
<createData entity="CatalogAttributeSet" stepKey="createAttributeSet"/>
2425
</before>
26+
<after>
27+
<deleteData createDataKey="createProductAttribute" stepKey="deleteProductAttribute"/>
28+
<deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
29+
</after>
2530

26-
<createData entity="CatalogAttributeSet" stepKey="createAttributeSet"/>
2731
<amOnPage url="{{AdminProductAttributeSetGridPage.url}}" stepKey="goToAttributeSets"/>
2832
<waitForPageLoad stepKey="waitForPageLoad"/>
2933
<actionGroup ref="goToAttributeSetByName" stepKey="filterProductAttributeSetGridByLabel">

0 commit comments

Comments
 (0)