File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 220
220
<actionGroup ref =" saveAndContinueEditCmsPage" stepKey =" saveAndContinueEditCmsPage2" />
221
221
<actionGroup ref =" switchToPageBuilderStage" stepKey =" switchToPageBuilderStage2" />
222
222
<!-- Verify Text Content Type on stage after saving cms page-->
223
- <comment userInput =" Verify text content type on storefront" stepKey =" commentVerifyTextOnStage" />
224
- <see userInput =" {{PageBuilderTextContentTypeDefault.value}}" stepKey =" seeTextOnStage" />
223
+ <comment userInput =" Verify text content type on stage" stepKey =" commentVerifyTextOnStage" />
224
+ <grabValueFrom selector =" {{TextOnStage.tinymce('1')}}" stepKey =" grabStageValue" />
225
+ <assertEmpty stepKey =" seeTextOnStage" actual =" grabStageValue" actualType =" variable" />
225
226
<!-- Verify Text Content Type on storefront-->
226
227
<comment userInput =" Verify Text Content Type on storefront" stepKey =" commentVerifyTextContenTypeOnStorefront" />
227
228
<amOnPage url =" $$createCMSPage.identifier$$" stepKey =" amOnPageTestPage" />
228
- <see userInput =" {{PageBuilderTextContentTypeDefault.value }}" stepKey =" seeTextOnStorefront " />
229
+ <dontSeeElement selector =" {{TextOnStorefront.base('1') }}" stepKey =" doneSeeTextOnStorefront " />
229
230
</test >
230
231
<test name =" TextInlineImageEditing" >
231
232
<annotations >
You can’t perform that action at this time.
0 commit comments