File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
</section >
62
62
<section name =" ColumnsOnFrontend" >
63
63
<element name =" columnGroup" type =" block" selector =" .pagebuilder-column-group" />
64
- <element name =" allColumns" type =" block" selector =" .pagebuilder- column-group .pagebuilder-column " />
65
- <element name =" columnX" type =" block" selector =" .pagebuilder- column-group .pagebuilder-column :nth-child({{arg }})" parameterized =" true" />
64
+ <element name =" allColumns" type =" block" selector =" (//div[@data-role=' column']) " />
65
+ <element name =" columnX" type =" block" selector =" [data-role= column] :nth-child({{arg1 }})" parameterized =" true" />
66
66
<element name =" columnStyle" type =" button" selector =" (//div[@data-role='column'])[{{arg1}}][contains(@style, '{{arg2}}')]" parameterized =" true" />
67
67
<element name =" column1Height" type =" button" selector =" (//div[@data-role='column'])[1][contains(@style, 'min-height: 500px;')]" />
68
68
<element name =" column1HeightFull" type =" button" selector =" (//div[@data-role='column'])[1][contains(@style, 'align-self: stretch;')]" />
You can’t perform that action at this time.
0 commit comments