Skip to content

Commit cb49040

Browse files
ENGCOM-4053: fixes-customer-information-wishlist-configurable-product-alignment #20558
- Merge Pull Request #20558 from priti2jcommerce/magento2:fixes-customer-information-wishlist-configurable-product-alignment - Merged commits: 1. 7495afb 2. 565f625
2 parents 90c12bf + 565f625 commit cb49040

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Composite

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Composite/Configure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<mapping strict="0">
99
<fields>
1010
<attribute>
11-
<selector>//div[@class="product-options"]//label[.="%s"]//following-sibling::*//select</selector>
11+
<selector>//div[contains(@class, "product-options")]//div//label[.="%s"]//following-sibling::*//select</selector>
1212
<strategy>xpath</strategy>
1313
<input>select</input>
1414
</attribute>

0 commit comments

Comments
 (0)