Skip to content

Commit 3777ff7

Browse files
committed
MC-14063: Apply catalog rule for configurable product with assigned simple products
- Fixed selector that changed in mainline
1 parent feac8de commit 3777ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/StorefrontProductInfoMainSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<element name="productAttributeOptions1" type="select" selector="#product-options-wrapper div[tabindex='0'] option"/>
1616
<element name="productAttributeOptionsSelectButton" type="select" selector="#product-options-wrapper .super-attribute-select"/>
1717
<element name="productAttributeOptionsError" type="text" selector="//div[@class='mage-error']"/>
18-
<element name="selectCustomOptionByName" type="radio" selector="//*[@class='options-list nested']//span[text()='{{value}}']/../../input" parameterized="true"/>
18+
<element name="selectCustomOptionByName" type="radio" selector="//*[@class='options-list nested']//span[contains(text(), '{{value}}')]/../../input" parameterized="true"/>
1919
<!-- Parameter is the order number of the attribute on the page (1 is the newest) -->
2020
<element name="nthAttributeOnPage" type="block" selector="tr:nth-of-type({{numElement}}) .data" parameterized="true"/>
2121
<element name="stockIndication" type="block" selector=".stock" />

0 commit comments

Comments
 (0)