File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 122
122
userInput =" {{option.label}}" stepKey =" selectionConfigurableOption" />
123
123
</actionGroup >
124
124
125
+ <actionGroup name =" configureOrderedConfigurableProduct" >
126
+ <arguments >
127
+ <argument name =" attribute" />
128
+ <argument name =" option" />
129
+ <argument name =" quantity" type =" string" />
130
+ </arguments >
131
+ <click selector =" {{AdminOrderFormItemsSection.configure}}" stepKey =" clickConfigure" />
132
+ <waitForElementVisible selector =" {{AdminOrderFormConfigureProductSection.optionSelect(attribute.default_frontend_label)}}" stepKey =" waitForConfigurablePopover" />
133
+ <wait time =" 2" stepKey =" waitForOptionsToLoad" />
134
+ <selectOption selector =" {{AdminOrderFormConfigureProductSection.optionSelect(attribute.default_frontend_label)}}"
135
+ userInput =" {{option.label}}" stepKey =" selectionConfigurableOption" />
136
+ <fillField selector =" {{AdminOrderFormConfigureProductSection.quantity}}" userInput =" {{quantity}}" stepKey =" fillQuantity" />
137
+ <click selector =" {{AdminOrderFormConfigureProductSection.ok}}" stepKey =" clickOkConfigurablePopover" />
138
+ </actionGroup >
139
+
125
140
<!-- Add bundle product to order -->
126
141
<actionGroup name =" addBundleProductToOrder" >
127
142
<arguments >
You can’t perform that action at this time.
0 commit comments