File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
app/code/Magento/Swatches/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 31
31
<element name =" nthDelete" type =" button" selector =" #swatch-visual-options-panel table tbody tr:nth-of-type({{var}}) button.delete-option" parameterized =" true" />
32
32
<element name =" deleteBtn" type =" button" selector =" #manage-options-panel:nth-of-type({{var}}) button.delete-option" parameterized =" true" />
33
33
<element name =" manageSwatchSection" type =" block" selector =' //legend/span[contains(text(),"Manage Swatch (Values of Your Attribute)")]' />
34
+ <element name =" updateSwatchText" type =" input" selector =" //td[contains(@class,'col-swatch col-swatch-min-width')][{{index}}]//input" parameterized =" true" />
35
+ <element name =" updateDescriptionSwatchText" type =" input" selector =" //td[contains(@class,'col-swatch-min-width swatch-col')][{{index}}]//input[@placeholder='Description']" parameterized =" true" />
36
+ <element name =" swatchWindowEdit" type =" button" selector =" //div[@class='swatch_window'][{{args}}]/.." parameterized =" true" />
37
+ <element name =" updateSwatchTextValues" type =" input" selector =" //tbody[@data-role='swatch-visual-options-container']//tr[{{row}}]//td[{{col}}]//input" parameterized =" true" />
38
+ <element name =" nthSwatchWindowEdit" type =" button" selector =" //tbody[@data-role='swatch-visual-options-container']//tr[{{row}}]//div[@class='swatch_window'][{{col}}]/.." parameterized =" true" />
39
+ <element name =" defaultLabelField" type =" input" selector =" //input[@id='attribute_label']" />
34
40
<element name =" visualSwatchDefaultStoreViewBox" type =" input" selector =" input[name='optionvisual[value][option_{{index}}][1]']" parameterized =" true" />
35
-
36
41
</section >
37
42
</sections >
You can’t perform that action at this time.
0 commit comments