We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b21f6f commit 9d0773bCopy full SHA for 9d0773b
app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCartPriceRuleActionGroup.xml
@@ -11,4 +11,9 @@
11
<!-- This actionGroup was created to be merged from B2B because B2B has a very different form control here -->
12
<selectOption selector="{{AdminCartPriceRulesFormSection.customerGroups}}" userInput="NOT LOGGED IN" stepKey="selectCustomerGroup"/>
13
</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>
19
</actionGroups>
0 commit comments