Skip to content

Commit 3462dbf

Browse files
authored
ENGCOM-6976: MFTF FIX: Remove Customer by e-mail does not filter by e-mail #27000
2 parents 0bdff13 + b929ea7 commit 3462dbf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
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"/>

0 commit comments

Comments
 (0)