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 15
15
<arguments >
16
16
<argument name =" customerEmail" />
17
17
</arguments >
18
-
18
+
19
19
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomersPage" />
20
20
<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" />
21
25
<click stepKey =" chooseCustomer" selector =" {{AdminCustomerGridMainActionsSection.customerCheckbox(customerEmail)}}" />
22
26
<click stepKey =" openActions" selector =" {{AdminCustomerGridMainActionsSection.actions}}" />
23
27
<waitForPageLoad stepKey =" waitActions" />
You can’t perform that action at this time.
0 commit comments