File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 21
21
<click stepKey =" accept" selector =" {{AdminCustomerGridMainActionsSection.ok}}" />
22
22
<see stepKey =" seeSuccessMessage" userInput =" were deleted." />
23
23
</actionGroup >
24
- <actionGroup name =" DeleteCustomerByEmailActionGroup" >
25
- <arguments >
26
- <argument name =" email" type =" string" />
27
- </arguments >
28
- <amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomers" />
29
- <waitForPageLoad stepKey =" waitForAdminCustomerPageLoad" />
30
- <click selector =" {{AdminCustomerFiltersSection.filtersButton}}" stepKey =" clickFilterButton" />
31
- <conditionalClick selector =" {{AdminDataGridHeaderSection.clearFilters}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" true" stepKey =" cleanFiltersIfTheySet" />
32
- <waitForPageLoad stepKey =" waitForClearFilters" />
33
- <fillField selector =" {{AdminCustomerFiltersSection.emailInput}}" userInput =" {{email}}" stepKey =" filterEmail" />
34
- <click selector =" {{AdminCustomerFiltersSection.apply}}" stepKey =" applyFilter" />
35
- <waitForPageLoad stepKey =" waitForPageToLoad1" />
36
- <click selector =" {{AdminCustomerGridSection.selectFirstRow}}" stepKey =" clickOnEditButton1" />
37
- <click selector =" {{CustomersPageSection.actions}}" stepKey =" clickActionsDropdown" />
38
- <click selector =" {{CustomersPageSection.delete}}" stepKey =" clickDelete" />
39
- <click selector =" {{CustomersPageSection.ok}}" stepKey =" clickOkConfirmationButton" />
40
- <waitForPageLoad time =" 30" stepKey =" waitForPageToLoad2" />
41
- </actionGroup >
42
24
</actionGroups >
You can’t perform that action at this time.
0 commit comments