Skip to content

Commit 41610fa

Browse files
committed
MC-4117: Update banner to use new background images logic
- specify padding values
1 parent f620d4c commit 41610fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/OverlayActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<!-- Bottom edge validation is skipped until MC-4116 -->
112112
<!-- Validate bottom edge of overlay -->
113113
<!--<comment userInput="Validate bottom edge of overlay" stepKey="commentValidateBottomEdgeOfOverlay"/>-->
114-
<!--<executeJS function="return {{page.wrapperJS(index)}}.getBoundingClientRect().top+{{padding.value}}+120" stepKey="wrapperTopPaddingContent"/>-->
114+
<!--<executeJS function="return {{page.wrapperJS(index)}}.getBoundingClientRect().top+{{padding.paddingTop}}+120" stepKey="wrapperTopPaddingContent"/>-->
115115
<executeJS function="return {{page.overlayJS(index)}}.getBoundingClientRect().bottom" stepKey="overlayBottomPosition"/>
116116
<!--<assertEquals stepKey="assertOverlayBottomRatio">-->
117117
<!--<expectedResult type="variable">wrapperTopPaddingContent</expectedResult>-->

0 commit comments

Comments
 (0)