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.
1 parent 32f3ff1 commit 29e70d0Copy full SHA for 29e70d0
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerLoginDuringCheckoutTest.xml
@@ -33,6 +33,9 @@
33
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogout"/>
34
35
<!-- Delete customer -->
36
+ <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexCustomerGrid">
37
+ <argument name="indices" value="customer_grid"/>
38
+ </actionGroup>
39
<actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteCustomer">
40
<argument name="customerEmail" value="CustomerEntityOne.email"/>
41
</actionGroup>
0 commit comments