Skip to content

Commit 6fb183f

Browse files
committed
MC-37418: [Safari browser] Popup not closed with a configuration.
1 parent 792f56d commit 6fb183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerWishlistSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
<element name="gridTable" type="text" selector="#wishlistGrid_table"/>
1717
<element name="configureButton" type="text" selector="//table[@id='wishlistGrid_table']//tbody//td[@data-column='product_name' and contains(text(),'{{var1}}')]/parent::tr//td[@data-column='action']//a[@class='configure-item-link']" timeout="30" parameterized="true"/>
1818
<element name="productAttributeOptionsDropDown" type="text" selector="//label[contains(.,'{{var1}}')]/following::div[contains(@class,'control')]//select" parameterized="true"/>
19-
<element name="productQty" type="text" selector="//table[@id='wishlistGrid_table']//td[@data-column='qty' and contains(@class, 'col-number')]"/>
19+
<element name="productQty" type="text" selector="table#wishlistGrid_table td.col-number[data-column=qty]"/>
2020
</section>
2121
</sections>

0 commit comments

Comments
 (0)