File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1212 <arguments >
1313 <argument name =" customerGroupName" type =" string" />
1414 </arguments >
15+ <amOnPage url =" {{AdminCustomerGroupsIndexPage.url}}" stepKey =" goToAdminCustomerGroupIndexPage" />
16+ <waitForPageLoad time =" 30" stepKey =" waitForCustomerGroupIndexPageLoad" />
17+ <click selector =" {{AdminDataGridHeaderSection.filters}}" stepKey =" openFiltersSectionOnCustomerGroupIndexPage" />
18+ <conditionalClick selector =" {{AdminDataGridHeaderSection.clearFilters}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" true" stepKey =" cleanFiltersIfTheySet" />
19+ <fillField userInput =" {{customerGroupName}}" selector =" {{AdminDataGridHeaderSection.filterFieldInput('customer_group_code')}}" stepKey =" fillNameFieldOnFiltersSection" />
20+ <click selector =" {{AdminDataGridHeaderSection.applyFilters}}" stepKey =" clickApplyFiltersButton" />
1521 <click selector =" {{AdminCustomerGroupGridActionsSection.selectButton('customerGroupName')}}" stepKey =" clickSelectButton" />
1622 <click selector =" {{AdminCustomerGroupGridActionsSection.deleteAction('customerGroupName')}}" stepKey =" clickOnDeleteItem" />
1723 <click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" confirmDeleteCustomerGroup" />
You can’t perform that action at this time.
0 commit comments