File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1584
1584
<click selector =" {{EditPanelForm.editFormSave}}" stepKey =" clickSaveColumn" />
1585
1585
<waitForPageLoad stepKey =" waitForPageLoad2" />
1586
1586
<seeElement selector =" {{TextOnConfiguration.panelFieldValidationErrorMessage(PageBuilderTextContentTypeEmpty.section, PageBuilderTextContentTypeEmpty.errorMessage)}}" stepKey =" seeElementErrorMessage" />
1587
- <actionGroup ref =" closeEditPanelSettings" stepKey =" closeEditPanelSettings" />
1587
+ <!-- Validate User Can Recover From Error -->
1588
+ <comment userInput =" Validate User Can Recover From Error" stepKey =" commentValidateRecovery" />
1589
+ <actionGroup ref =" addTextToTinyMCE" stepKey =" enterText" >
1590
+ <argument name =" property" value =" PageBuilderTextProperty" />
1591
+ </actionGroup >
1592
+ <actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
1593
+ <waitForElementVisible selector =" {{TextOnStage.text('1', PageBuilderTextProperty.value)}}" stepKey =" waitForTextStage" />
1588
1594
</test >
1589
1595
<test name =" TextDisabledWYSIWYGAddImage" >
1590
1596
<annotations >
You can’t perform that action at this time.
0 commit comments