Skip to content

Commit 86f2b2f

Browse files
author
Hwashiang Yu
committed
MC-5383: Option Menus, Heading Inline Editor & tinyMCE Inline Editor Are Cut Off on Full Screen View
- Fixed typo in the added panel test
1 parent 2713ff4 commit 86f2b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderPanelTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
<executeJS function="return document.evaluate(`{{PageBuilderStage.inlineWYSIWYGEditorPanel(PageBuilderTextContentType.role, '1')}}`, document.body).iterateNext().getBoundingClientRect().top" stepKey="topEditorPanelBoundingClientRect"/>
541541
<assertGreaterThanOrEqual stepKey="assertTopEditorPanelBoundingClientRectIsNotNegative">
542542
<expectedResult type="int">0</expectedResult>
543-
<actualResult type="variable">$topEditorPanelBoundingClientRectInSmallerColumn</actualResult>
543+
<actualResult type="variable">$topEditorPanelBoundingClientRect</actualResult>
544544
</assertGreaterThanOrEqual>
545545
<assertGreaterThanOrEqual stepKey="assertTopEditorPanelBoundingClientRectIsGreaterThanBottomTextWysiwygClientRect">
546546
<expectedResult type="variable">$bottomTextWysiwygClientRect</expectedResult>

0 commit comments

Comments
 (0)