File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/Customer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 36
36
<fillField selector =" {{AdminDataGridHeaderSection.search}}" userInput =" $$secondCustomer.email$$" stepKey =" fillKeywordSearchFieldWithSecondCustomerEmail" />
37
37
<click selector =" {{AdminDataGridHeaderSection.submitSearch}}" stepKey =" clickKeywordSearch" />
38
38
<waitForPageLoad stepKey =" waitForPageLoad" />
39
+ <!-- Reindex invalidated indices after product attribute has been created/deleted -->
40
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindexInvalidatedIndices" >
41
+ <argument name =" indices" value =" " />
42
+ </actionGroup >
39
43
<!-- Select all from dropdown -->
40
44
<actionGroup ref =" AdminGridSelectAllActionGroup" stepKey =" selectAllCustomers" />
41
45
<!-- Clear searching By Keyword-->
You can’t perform that action at this time.
0 commit comments