File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1728
1728
<actionGroup ref =" switchToPageBuilderStage" stepKey =" switchToPageBuilderStage" />
1729
1729
<!-- Validate Stage After Save -->
1730
1730
<comment userInput =" Validate Stage After Save" stepKey =" commentValidateStage2" />
1731
- <waitForElementVisible selector =" {{TextOnStage.textAreaText('1', PageBuilderTextProperty.value)}}" stepKey =" waitForTextStage2" />
1731
+ <executeJS function =" return document.evaluate(" {{TextOnStage.textArea('1')}}" , document.body).iterateNext().value" stepKey =" textareaValueAfterSaving1" />
1732
+ <assertEquals stepKey =" assertTextValueAfterSaving1" >
1733
+ <expectedResult type =" string" >{{PageBuilderTextProperty.value}}</expectedResult >
1734
+ <actualResult type =" variable" >textareaValueAfterSaving1</actualResult >
1735
+ </assertEquals >
1732
1736
<!-- Validate Edit Panel -->
1733
1737
<comment userInput =" Validate Edit Panel After Save" stepKey =" commentValidateEditPanel2" />
1734
1738
<actionGroup ref =" openPageBuilderEditPanel" stepKey =" openEditMenuOnStage3" >
You can’t perform that action at this time.
0 commit comments