Skip to content

Commit 383b427

Browse files
committed
MC-1438: Editing Text Content Block from the Stage with WYSIWYG turned off completely or by default
1 parent 4f0216a commit 383b427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,9 @@
549549
<!--Verify Text Content Type on stage after saving cms page-->
550550
<comment userInput="Verify text content type on stage" stepKey="commentVerifyTextOnStage"/>
551551
<grabValueFrom selector="{{TextOnStage.tinymce('1')}}" stepKey="grabStageValue"/>
552-
<assertEmpty stepKey="seeTextOnStage" actual="grabStageValue" actualType="variable"/>
552+
<assertEmpty stepKey="seeTextOnStage">
553+
<actualResult type="variable">grabStageValue</actualResult>
554+
</assertEmpty>
553555
<!--Verify Text Content Type on storefront-->
554556
<comment userInput="Verify Text Content Type on storefront" stepKey="commentVerifyTextContentTypeOnStorefront"/>
555557
<amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>

0 commit comments

Comments
 (0)