File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1515 <arguments >
1616 <argument name =" customerEmail" />
1717 </arguments >
18-
18+
1919 <amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomersPage" />
2020 <conditionalClick selector =" {{AdminCustomerFiltersSection.clearAll}}" dependentSelector =" {{AdminCustomerFiltersSection.clearAll}}" visible =" true" stepKey =" clickClearFilters" />
21+ <waitForPageLoad stepKey =" waitForFiltersClear" />
22+ <click selector =" {{AdminCustomerFiltersSection.filtersButton}}" stepKey =" openFilters" />
23+ <fillField selector =" {{AdminCustomerFiltersSection.emailInput}}" userInput =" {{customerEmail}}" stepKey =" fillEmail" />
24+ <click selector =" {{AdminCustomerFiltersSection.apply}}" stepKey =" clickApplyFilters" />
2125 <click stepKey =" chooseCustomer" selector =" {{AdminCustomerGridMainActionsSection.customerCheckbox(customerEmail)}}" />
2226 <click stepKey =" openActions" selector =" {{AdminCustomerGridMainActionsSection.actions}}" />
2327 <waitForPageLoad stepKey =" waitActions" />
You can’t perform that action at this time.
0 commit comments