File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 17
17
<argument name =" email" type =" string" />
18
18
</arguments >
19
19
20
- <conditionalClick selector =" {{AdminCustomerFiltersSection.clearAll}}" dependentSelector =" {{AdminCustomerFiltersSection.clearAll}}" visible =" true" stepKey =" clickClearFilters" />
21
20
<click selector =" {{AdminCustomerFiltersSection.filtersButton}}" stepKey =" openFilters" />
21
+ <conditionalClick selector =" {{AdminCustomerFiltersSection.clearAll}}" dependentSelector =" {{AdminCustomerFiltersSection.clearAll}}" visible =" true" stepKey =" clickClearFilters" />
22
+ <waitForPageLoad stepKey =" waitForClearFilters" />
22
23
<fillField selector =" {{AdminCustomerFiltersSection.emailInput}}" userInput =" {{email}}" stepKey =" fillEmail" />
23
24
<click selector =" {{AdminCustomerFiltersSection.apply}}" stepKey =" clickApplyFilters" />
25
+ <waitForPageLoad stepKey =" waitForPageToLoad" />
24
26
</actionGroup >
25
27
</actionGroups >
You can’t perform that action at this time.
0 commit comments