Skip to content

Commit c4efb05

Browse files
committed
ACP2E-103: Pagebuilder content gets corrupted, when 4 bytes characters like emojis are used
1 parent b91279f commit c4efb05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCMSPagePageBuilderTest/PageBuilderCMSPageContentValidationTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<group value="pagebuilder-html"/>
2121
</annotations>
2222
<before>
23+
<magentoCLI command="config:set cms/wysiwyg/enabled disabled" stepKey="disableWYSIWYG"/>
2324
<createData entity="_emptyCmsPage" stepKey="createCMSPage"/>
2425
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2526
<actionGroup ref="NavigateToCreatedCMSPageActionGroup" stepKey="navigateToCreatedCMSPage">
@@ -34,6 +35,7 @@
3435
<after>
3536
<deleteData createDataKey="createCMSPage" stepKey="deleteCMSPage"/>
3637
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
38+
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
3739
</after>
3840
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection">
3941
<argument name="contentType" value="PageBuilderHtmlContentType"/>

0 commit comments

Comments
 (0)