Skip to content

Commit 64d0c39

Browse files
committed
MC-8972: Register customer with image upload
fixed merge issues
1 parent a22f2d2 commit 64d0c39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<click selector="{{AdminCustomerGridMainActionsSection.delete}}" stepKey="deleteCustomer"/>
2121
<waitForPageLoad stepKey="waitForConfirmationAlert"/>
2222
<click selector="{{AdminCustomerGridMainActionsSection.ok}}" stepKey="acceptDeletion"/>
23+
<waitForPageLoad stepKey="waitForDelete"/>
2324
<see userInput="were deleted." stepKey="seeSuccessMessage"/>
2425
</actionGroup>
2526
</actionGroups>

app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerFiltersSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<element name="emailInput" type="input" selector="input[name=email]"/>
1515
<element name="apply" type="button" selector="button[data-action=grid-filter-apply]" timeout="30"/>
1616
<element name="clearFilters" type="button" selector=".admin__data-grid-header button[data-action='grid-filter-reset']" timeout="30"/>
17-
<element name="viewDropdown" type="button" selector=".admin__data-grid-action-bookmarks button.admin__action-dropdown"/>
1817
<element name="clearAll" type="button" selector=".admin__data-grid-header .action-tertiary.action-clear" timeout="30"/>
18+
<element name="viewDropdown" type="button" selector=".admin__data-grid-action-bookmarks button.admin__action-dropdown"/>
1919
</section>
2020
</sections>

0 commit comments

Comments
 (0)