Skip to content

Commit 35a73ea

Browse files
committed
MC-37418: [Safari browser] Popup not closed with a configuration.
1 parent 484c619 commit 35a73ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerEditWishlistItemActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
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>

app/code/Magento/Wishlist/Test/Mftf/Test/AdminConfigureCustomerWishListItemTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
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"/>

0 commit comments

Comments
 (0)