File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Customer/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
<click selector =" {{AdminCustomerGridMainActionsSection.delete}}" stepKey =" deleteCustomer" />
21
21
<waitForPageLoad stepKey =" waitForConfirmationAlert" />
22
22
<click selector =" {{AdminCustomerGridMainActionsSection.ok}}" stepKey =" acceptDeletion" />
23
+ <waitForPageLoad stepKey =" waitForDelete" />
23
24
<see userInput =" were deleted." stepKey =" seeSuccessMessage" />
24
25
</actionGroup >
25
26
</actionGroups >
Original file line number Diff line number Diff line change 14
14
<element name =" emailInput" type =" input" selector =" input[name=email]" />
15
15
<element name =" apply" type =" button" selector =" button[data-action=grid-filter-apply]" timeout =" 30" />
16
16
<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" />
18
17
<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" />
19
19
</section >
20
20
</sections >
You can’t perform that action at this time.
0 commit comments