File tree 1 file changed +1
-1
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/Section
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
<element name =" productAttributeOptions1" type =" select" selector =" #product-options-wrapper div[tabindex='0'] option" />
16
16
<element name =" productAttributeOptionsSelectButton" type =" select" selector =" #product-options-wrapper .super-attribute-select" />
17
17
<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" />
19
19
<!-- Parameter is the order number of the attribute on the page (1 is the newest) -->
20
20
<element name =" nthAttributeOnPage" type =" block" selector =" tr:nth-of-type({{numElement}}) .data" parameterized =" true" />
21
21
<element name =" stockIndication" type =" block" selector =" .stock" />
You can’t perform that action at this time.
0 commit comments