Skip to content

Commit 9d0773b

Browse files
author
Mariana Lashch
committed
MAGETWO-94472: [2.3] Unable to create credit memo for order placed via online payment with taxes and discounts
- improve CE locator that is different from B2B
1 parent 1b21f6f commit 9d0773b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCartPriceRuleActionGroup.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
<!-- This actionGroup was created to be merged from B2B because B2B has a very different form control here -->
1212
<selectOption selector="{{AdminCartPriceRulesFormSection.customerGroups}}" userInput="NOT LOGGED IN" stepKey="selectCustomerGroup"/>
1313
</actionGroup>
14+
15+
<actionGroup name="selectRetailerCustomerGroup">
16+
<!-- This actionGroup was created to be merged from B2B. Retailer Customer Group -->
17+
<selectOption selector="{{AdminCartPriceRulesFormSection.customerGroups}}" userInput="Retailer" stepKey="selectCustomerGroup"/>
18+
</actionGroup>
1419
</actionGroups>

0 commit comments

Comments
 (0)