Skip to content

Commit 3bc6390

Browse files
committed
MC-3565: Build stabilization for MC-1438
1 parent adb8810 commit 3bc6390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
<seeElementInDOM selector="{{TextOnStorefront.emptyText}}" stepKey="seeTextContentType"/>
450450
<seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
451451
<seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
452-
<seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, '', $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
452+
<seeElement selector="{{TextOnStorefront.textWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
453453
</test>
454454
<test name="TextSaveEmptyTextContentType">
455455
<annotations>
@@ -1997,6 +1997,7 @@
19971997
<group value="pagebuilder"/>
19981998
<group value="pagebuilder-text"/>
19991999
<group value="pagebuilder-column-content"/>
2000+
<group value="ira"/>
20002001
</annotations>
20012002
<before>
20022003
<createData entity="_defaultCmsPage" stepKey="createCMSPage" />
@@ -2096,6 +2097,6 @@
20962097
<seeElementInDOM selector="{{TextOnStorefront.emptyText}}" stepKey="seeTextContentType"/>
20972098
<seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
20982099
<seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
2099-
<seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, '', $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
2100+
<seeElement selector="{{TextOnStorefront.textWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
21002101
</test>
21012102
</tests>

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/text/preview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export default class Preview extends BasePreview {
107107
private adjustTextareaHeightBasedOnScrollHeight()
108108
{
109109
this.textarea.style.height = "";
110-
111110
const scrollHeight = this.textarea.scrollHeight;
112111
const minHeight = parseInt($(this.textarea).css("min-height"), 10);
113112

0 commit comments

Comments
 (0)