Skip to content

Commit fc5da41

Browse files
committed
PB-108 MFTF fix - increase acceptable offset by 1 since column line is a new content type adding 1px extra
1 parent 32cc49b commit fc5da41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockRenderLayoutContentTypesTest/BlockRenderColumnFullHeightAppearanceThroughBlockContentTypeTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
<comment userInput="Validate CMS Block Stage" stepKey="commentValidateCMSBlockStage"/>
124124
<actionGroup ref="validateColumnAppearanceFullHeight" stepKey="validateColumn1AppearanceCMSBlockStage">
125125
<argument name="affordanceValue" value="{{PageBuilderColumnAffordanceHeight.value}}"/>
126+
<argument name="acceptableOffset" value="3"/>
126127
</actionGroup>
127128
<actionGroup ref="ValidateAllBackgroundAttributesActionGroup" stepKey="validateBackgroundCMSBlockStage">
128129
<argument name="section" value="ColumnOnBackend"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/ViewportSwitcherMobile/ViewportSwitcherMobileColumnFullHeightAppearanceThroughBlockContentTypeTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
</actionGroup>
155155
<actionGroup ref="validateColumnAppearanceFullHeight" stepKey="validateColumn1AppearanceCMSBlockStage">
156156
<argument name="affordanceValue" value="{{PageBuilderColumnAffordanceHeight.value}}"/>
157+
<argument name="acceptableOffset" value="3"/>
157158
</actionGroup>
158159
<actionGroup ref="ValidateAllBackgroundAttributesActionGroup" stepKey="validateBackgroundCMSBlockStage">
159160
<argument name="section" value="ColumnOnBackend"/>

0 commit comments

Comments
 (0)