File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Swatches/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1818 <element name =" addSwatchText" type =" button" selector =" #add_new_swatch_text_option_button" />
1919 <element name =" swatchTextByIndex" type =" input" selector =" input[name='swatchtext[value][option_{{index}}][0]']" parameterized =" true" />
2020 <element name =" nthSwatchText" type =" input" selector =" #swatch-text-options-panel table tbody tr:nth-of-type({{var}}) td:nth-of-type(3) input" parameterized =" true" />
21- <element name =" nthIsDefault" type =" input " selector =" (//input[@name='defaultvisual[]'])[{{var}}]" parameterized =" true" />
21+ <element name =" nthIsDefault" type =" radio " selector =" (//input[@name='defaultvisual[]'])[{{var}}]" parameterized =" true" timeout = " 30 " />
2222 <element name =" nthSwatchAdminDescription" type =" input" selector =" #swatch-text-options-panel table tbody tr:nth-of-type({{var}}) td:nth-of-type(4) input" parameterized =" true" />
2323 <element name =" nthVisualSwatch" type =" button" selector =" #swatch-visual-options-panel table tbody tr:nth-of-type({{var}}) .swatches-visual-col" parameterized =" true" />
2424 <element name =" chooserBlock" type =" block" selector =" #swatch-visual-options-panel table tbody tr:nth-of-type({{var}}) .swatches-visual-col .swatch_sub-menu_container" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments