File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<amOnPage url =" {{AdminCustomerGroupPage.url}}" stepKey =" navigateToCustomersGroupPage" />
16
16
<waitForPageLoad stepKey =" waitForPageOpened" />
17
17
<click stepKey =" clickFiltersBtn" selector =" {{AdminCustomerGroupMainSection.filterBtn}}" />
18
- <fillField selector =" {{AdminCustomerGroupMainSection.groupField}}" userInput =" {{groupName }}" stepKey =" fillFieldGroupName" />
18
+ <fillField selector =" {{AdminCustomerGroupMainSection.groupField}}" userInput =" {{customerGroupName }}" stepKey =" fillFieldGroupName" />
19
19
<click stepKey =" clickApplyBtn" selector =" {{AdminCustomerGroupMainSection.applyFiltersBtn}}" />
20
20
<!-- Here we need to use Implicit wait.-->
21
21
<wait stepKey =" waitForFilteringFinished" time =" 2" />
22
22
<click stepKey =" clickSelectBtn" selector =" {{AdminCustomerGroupMainSection.selectFirstRow}}" />
23
23
<wait stepKey =" waitForDropDownOpened" time =" 2" />
24
24
<click stepKey =" clickDeleteBtn" selector =" {{AdminCustomerGroupMainSection.deleteBtn}}" />
25
25
<waitForPageLoad stepKey =" waitForConfirmationAlert" />
26
- <click stepKey = " accept " selector =" {{AdminCustomerGridMainActionsSection .ok}}" />
26
+ <click selector =" {{AdminConfirmationModalSection .ok}}" stepKey = " acceptMessage " />
27
27
<see stepKey =" seeSuccessMessage" userInput =" You deleted the customer group." />
28
28
<wait stepKey =" waitForClearAllBtnVisible" time =" 2" />
29
29
<click stepKey =" clearAllBtn" selector =" {{AdminCustomerGroupMainSection.clearAllBtn}}" />
You can’t perform that action at this time.
0 commit comments