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 dec3939 commit 7d44b65Copy full SHA for 7d44b65
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/WYSIWYGActionGroup.xml
@@ -350,6 +350,6 @@
350
<waitForElementVisible selector="{{section.tinymce(index)}}" stepKey="waitForTinyMCE"/>
351
<click selector="{{section.tinymce(index)}}" stepKey="focusOnTextEditorArea"/>
352
<waitForPageLoad stepKey="waitForPageLoad"/>
353
- <waitForElementVisible selector="{{section.tinymceFocused(index)}}" stepKey="waitForTinyMCEFocus"/>
+ <waitForElementVisible selector="{{section.tinymceInFocus(index)}}" stepKey="waitForTinyMCEInFocus"/>
354
</actionGroup>
355
</actionGroups>
0 commit comments