Skip to content

Commit cbf0ae1

Browse files
committed
MAGETWO-89187: Column Data Separation
- Fixed master format - Fixed selector for advanced column test
1 parent 39f005e commit cbf0ae1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<element name="backgroundImageSource" type="button" selector="div[data-role='column'][style*='background-image: url'][style*='{{arg1}}'][style*='.{{arg2}}']" parameterized="true"/>
9494
<element name="columnDisplay" type="button" selector="[data-role='column']:first-child"/>
9595
<element name="columnTextAlign" type="button" selector="[data-role='column']:first-child[style*='text-align: left;']"/>
96-
<element name="columnBorder" type="button" selector="[data-role='column']:first-child[style*='border: 10px dotted rgb(255, 255, 255);']"/>
96+
<element name="columnBorder" type="button" selector="[data-role='column']:first-child[style*='border-style: dotted;'][style*='border-color: rgb(255, 255, 255);'][style*='border-width: 10px;']"/>
9797
<element name="columnBorderRadius" type="button" selector="[data-role='column']:first-child[style*='border-radius: 12px;']"/>
9898
<element name="columnMargin" type="button" selector="[data-role='column']:first-child[style*='margin: 5px;']"/>
9999
<element name="columnPadding" type="button" selector="[data-role='column']:first-child[style*='padding: 5px;']"/>

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/column/full-height/master.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
<div attr="data.main.attributes"
99
ko-style="data.main.style"
1010
css="data.main.css"
11-
class="pagebuilder-column">
1211
<render args="renderChildTemplate"/>
1312
</div>

0 commit comments

Comments
 (0)