We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1433a17 commit e017a31Copy full SHA for e017a31
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/WYSIWYGActionGroup.xml
@@ -128,7 +128,7 @@
128
<comment userInput="Validating Text In Tiny MCE" stepKey="commentValidateTextTinyMCE"/>
129
<waitForElementVisible selector="#{{section.tinyMCEIFrame}}" stepKey="waitForIFrame"/>
130
<switchToIFrame selector="{{section.tinyMCEIFrame}}" stepKey="switchToIFrame"/>
131
- <see selector="body" userInput="{{property.value}}" stepKey="waitForTextVisible"/>
+ <see selector="body" userInput="{{property.value}}" stepKey="seeText"/>
132
<switchToIFrame stepKey="exitIFrame"/>
133
</actionGroup>
134
<actionGroup name="insertLinkInWYSIWYG">
0 commit comments