File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<click selector =" {{AdminCustomerWishlistSection.configureButton}}" stepKey =" clickConfigureButton" />
18
18
<waitForAjaxLoad stepKey =" waitForPopupLoad" />
19
19
<waitForElementVisible selector =" {{AdminCustomerWishlistSection.productAttributeOptionsDropDown(title)}}" stepKey =" waitForConfigurableOption" />
20
- <selectOption selector =" {{AdminCustomerWishlistSection.productAttributeOptionsDropDown(title)}}" userInput =" option" stepKey =" selectConfigurableOption" />
21
- <fillField userInput =" {{quantity}}" selector =" {{AdminOrderFormConfigureProductSection. quantity}}" stepKey =" fillQty" />
20
+ <selectOption selector =" {{AdminCustomerWishlistSection.productAttributeOptionsDropDown(title)}}" userInput =" {{ option}} " stepKey =" selectConfigurableOption" />
21
+ <fillField selector =" {{AdminOrderFormConfigureProductSection. quantity}}" userInput =" {{quantity}}" stepKey =" fillQty" />
22
22
<click selector =" {{AdminOrderFormConfigureProductSection.ok}}" stepKey =" confirmSave" />
23
23
<waitForAjaxLoad stepKey =" waitForPopupClose" />
24
24
</actionGroup >
Original file line number Diff line number Diff line change 103
103
<actionGroup ref =" AdminCustomerFindWishlistItemActionGroup" stepKey =" findWishlistItem" >
104
104
<argument name =" productName" value =" $createConfigProduct.name$" />
105
105
</actionGroup >
106
- <actionGroup ref =" AdminCustomerEditWishlistItemActionGroup" stepKey =" deleteItem " >
106
+ <actionGroup ref =" AdminCustomerEditWishlistItemActionGroup" stepKey =" editItem " >
107
107
<argument name =" title" value =" $createConfigProductAttribute.attribute[frontend_labels][0][label]$" />
108
108
<argument name =" option" value =" $getConfigAttributeOption1.label$" />
109
109
<argument name =" quantity" value =" 2" />
You can’t perform that action at this time.
0 commit comments