We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c82bc9f + d007ac0 commit 2072ba2Copy full SHA for 2072ba2
app/code/Magento/Catalog/Test/Mftf/Test/AdvanceCatalogSearchSimpleProductTest.xml
@@ -87,6 +87,9 @@
87
<group value="Catalog"/>
88
</annotations>
89
<before>
90
+ <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
91
+ <actionGroup ref="deleteAllProductsUsingProductGrid" stepKey="deleteAllProducts"/>
92
+
93
<createData entity="ApiProductWithDescription" stepKey="product"/>
94
<getData entity="GetProduct" stepKey="arg1">
95
<requiredEntity createDataKey="product"/>
@@ -100,6 +103,7 @@
100
103
</before>
101
104
<after>
102
105
<deleteData createDataKey="product" stepKey="delete"/>
106
+ <actionGroup ref="logout" stepKey="logoutFromAdmin"/>
107
</after>
108
</test>
109
</tests>
0 commit comments