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 15b2618 + 83197b4 commit 8b26a56Copy full SHA for 8b26a56
app/code/Magento/Customer/Test/Mftf/Test/AdminSearchCustomerAddressByKeywordTest.xml
@@ -19,11 +19,12 @@
19
</annotations>
20
21
<before>
22
+ <actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
23
+ <actionGroup ref="AdminDeleteAllCustomerActionGroup" stepKey="deleteAllCustomerFromGrid"/>
24
<createData entity="Simple_US_Customer_Multiple_Addresses" stepKey="createCustomer"/>
25
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
26
<argument name="indices" value=""/>
27
</actionGroup>
- <actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
28
</before>
29
<after>
30
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />
0 commit comments