File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 21
21
<before >
22
22
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
23
23
<createData entity =" productAttributeWysiwyg" stepKey =" createProductAttribute" />
24
+ <createData entity =" CatalogAttributeSet" stepKey =" createAttributeSet" />
24
25
</before >
26
+ <after >
27
+ <deleteData createDataKey =" createProductAttribute" stepKey =" deleteProductAttribute" />
28
+ <deleteData createDataKey =" createAttributeSet" stepKey =" deleteAttributeSet" />
29
+ </after >
25
30
26
- <createData entity =" CatalogAttributeSet" stepKey =" createAttributeSet" />
27
31
<amOnPage url =" {{AdminProductAttributeSetGridPage.url}}" stepKey =" goToAttributeSets" />
28
32
<waitForPageLoad stepKey =" waitForPageLoad" />
29
33
<actionGroup ref =" goToAttributeSetByName" stepKey =" filterProductAttributeSetGridByLabel" >
You can’t perform that action at this time.
0 commit comments