Skip to content

Commit 75bad11

Browse files
committed
MAGETWO-89187: Column Data Separation
- Conformed selectors to new master format
1 parent a49e95e commit 75bad11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Section/PageBuilderColumnSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
</section>
6262
<section name="ColumnsOnFrontend">
6363
<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"/>
6666
<element name="columnStyle" type="button" selector="(//div[@data-role='column'])[{{arg1}}][contains(@style, '{{arg2}}')]" parameterized="true"/>
6767
<element name="column1Height" type="button" selector="(//div[@data-role='column'])[1][contains(@style, 'min-height: 500px;')]"/>
6868
<element name="column1HeightFull" type="button" selector="(//div[@data-role='column'])[1][contains(@style, 'align-self: stretch;')]"/>

0 commit comments

Comments
 (0)