File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/ConfigurableProduct/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 29
29
<!-- Delete Created Products And Category Then Logout -->
30
30
<after >
31
31
<!-- Delete all created products (including virtual) -->
32
- <actionGroup ref =" DeleteAllProductsOnProductsGridPageFilteredByName" stepKey =" deleteCreatedProductAttribute " >
32
+ <actionGroup ref =" DeleteAllProductsOnProductsGridPageFilteredByName" stepKey =" deleteAllCreatedProducts " >
33
33
<argument name =" product" value =" _defaultProduct" />
34
34
</actionGroup >
35
+ <!-- Delete created product attribute -->
36
+ <actionGroup ref =" DeleteProductAttribute" stepKey =" deleteCreatedProductAttribute" >
37
+ <argument name =" productAttribute" value =" colorProductAttribute" />
38
+ </actionGroup >
35
39
<!-- Logout -->
36
40
<actionGroup ref =" logout" stepKey =" logout" />
37
41
<!-- Delete created category -->
You can’t perform that action at this time.
0 commit comments