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 18
18
<element name =" addSwatchText" type =" button" selector =" #add_new_swatch_text_option_button" />
19
19
<element name =" swatchTextByIndex" type =" input" selector =" input[name='swatchtext[value][option_{{index}}][0]']" parameterized =" true" />
20
20
<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 " />
22
22
<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" />
23
23
<element name =" nthVisualSwatch" type =" button" selector =" #swatch-visual-options-panel table tbody tr:nth-of-type({{var}}) .swatches-visual-col" parameterized =" true" />
24
24
<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