Skip to content

Commit d9f0d55

Browse files
MAGETWO-91639: Tax is added despite customer group changes
- Updated automated test
1 parent e9f5308 commit d9f0d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<amOnPage url="{{AdminCustomerGroupPage.url}}" stepKey="navigateToCustomersGroupPage"/>
1616
<waitForPageLoad stepKey="waitForPageOpened"/>
1717
<click stepKey="clickFiltersBtn" selector="{{AdminCustomerGroupMainSection.filterBtn}}"/>
18-
<fillField selector="{{AdminCustomerGroupMainSection.groupField}}" userInput="{{groupName}}" stepKey="fillFieldGroupName"/>
18+
<fillField selector="{{AdminCustomerGroupMainSection.groupField}}" userInput="{{customerGroupName}}" stepKey="fillFieldGroupName"/>
1919
<click stepKey="clickApplyBtn" selector="{{AdminCustomerGroupMainSection.applyFiltersBtn}}"/>
2020
<!--Here we need to use Implicit wait.-->
2121
<wait stepKey="waitForFilteringFinished" time="2"/>
2222
<click stepKey="clickSelectBtn" selector="{{AdminCustomerGroupMainSection.selectFirstRow}}"/>
2323
<wait stepKey="waitForDropDownOpened" time="2"/>
2424
<click stepKey="clickDeleteBtn" selector="{{AdminCustomerGroupMainSection.deleteBtn}}"/>
2525
<waitForPageLoad stepKey="waitForConfirmationAlert"/>
26-
<click stepKey="accept" selector="{{AdminCustomerGridMainActionsSection.ok}}"/>
26+
<click selector="{{AdminConfirmationModalSection.ok}}" stepKey="acceptMessage"/>
2727
<see stepKey="seeSuccessMessage" userInput="You deleted the customer group."/>
2828
<wait stepKey="waitForClearAllBtnVisible" time="2"/>
2929
<click stepKey="clearAllBtn" selector="{{AdminCustomerGroupMainSection.clearAllBtn}}"/>

0 commit comments

Comments
 (0)