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 1717 <click selector =" {{AdminCustomerWishlistSection.configureButton}}" stepKey =" clickConfigureButton" />
1818 <waitForAjaxLoad stepKey =" waitForPopupLoad" />
1919 <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" />
2222 <click selector =" {{AdminOrderFormConfigureProductSection.ok}}" stepKey =" confirmSave" />
2323 <waitForAjaxLoad stepKey =" waitForPopupClose" />
2424 </actionGroup >
Original file line number Diff line number Diff line change 103103 <actionGroup ref =" AdminCustomerFindWishlistItemActionGroup" stepKey =" findWishlistItem" >
104104 <argument name =" productName" value =" $createConfigProduct.name$" />
105105 </actionGroup >
106- <actionGroup ref =" AdminCustomerEditWishlistItemActionGroup" stepKey =" deleteItem " >
106+ <actionGroup ref =" AdminCustomerEditWishlistItemActionGroup" stepKey =" editItem " >
107107 <argument name =" title" value =" $createConfigProductAttribute.attribute[frontend_labels][0][label]$" />
108108 <argument name =" option" value =" $getConfigAttributeOption1.label$" />
109109 <argument name =" quantity" value =" 2" />
You can’t perform that action at this time.
0 commit comments