Skip to content

Commit b5a250b

Browse files
authored
ACQE-6355 : Reindex
1 parent 5eed2a0 commit b5a250b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Customer/Test/Mftf/Test/AdminGridSearchSelectAllTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
<fillField selector="{{AdminDataGridHeaderSection.search}}" userInput="$$secondCustomer.email$$" stepKey="fillKeywordSearchFieldWithSecondCustomerEmail"/>
3737
<click selector="{{AdminDataGridHeaderSection.submitSearch}}" stepKey="clickKeywordSearch"/>
3838
<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>
3943
<!-- Select all from dropdown -->
4044
<actionGroup ref="AdminGridSelectAllActionGroup" stepKey="selectAllCustomers"/>
4145
<!-- Clear searching By Keyword-->

0 commit comments

Comments
 (0)