Skip to content

Commit 7d44b65

Browse files
committed
PB-170: TinyMCE Performance is very poor with multiple instances on Stage
1 parent dec3939 commit 7d44b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/WYSIWYGActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,6 @@
350350
<waitForElementVisible selector="{{section.tinymce(index)}}" stepKey="waitForTinyMCE"/>
351351
<click selector="{{section.tinymce(index)}}" stepKey="focusOnTextEditorArea"/>
352352
<waitForPageLoad stepKey="waitForPageLoad"/>
353-
<waitForElementVisible selector="{{section.tinymceFocused(index)}}" stepKey="waitForTinyMCEFocus"/>
353+
<waitForElementVisible selector="{{section.tinymceInFocus(index)}}" stepKey="waitForTinyMCEInFocus"/>
354354
</actionGroup>
355355
</actionGroups>

0 commit comments

Comments
 (0)