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 1717 <argument name =" email" type =" string" />
1818 </arguments >
1919
20- <conditionalClick selector =" {{AdminCustomerFiltersSection.clearAll}}" dependentSelector =" {{AdminCustomerFiltersSection.clearAll}}" visible =" true" stepKey =" clickClearFilters" />
2120 <click selector =" {{AdminCustomerFiltersSection.filtersButton}}" stepKey =" openFilters" />
21+ <conditionalClick selector =" {{AdminCustomerFiltersSection.clearAll}}" dependentSelector =" {{AdminCustomerFiltersSection.clearAll}}" visible =" true" stepKey =" clickClearFilters" />
22+ <waitForPageLoad stepKey =" waitForClearFilters" />
2223 <fillField selector =" {{AdminCustomerFiltersSection.emailInput}}" userInput =" {{email}}" stepKey =" fillEmail" />
2324 <click selector =" {{AdminCustomerFiltersSection.apply}}" stepKey =" clickApplyFilters" />
25+ <waitForPageLoad stepKey =" waitForPageToLoad" />
2426 </actionGroup >
2527</actionGroups >
You can’t perform that action at this time.
0 commit comments