Skip to content

Commit 565f625

Browse files
committed
ENGCOM-4053: MTF test fix.
1 parent 7495afb commit 565f625

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)