Skip to content

Commit 64cae2f

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#4283: Fixed test
1 parent 14484d3 commit 64cae2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGridByEmailActionGroup.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
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>

0 commit comments

Comments
 (0)