Skip to content

Commit dec3939

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,11 @@
334334
<waitForElementVisible selector="{{section.directive('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetVisible"/>
335335
<doubleClick selector="{{section.directive('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="doubleClickOnWidgetPlaceholder"/>
336336
<waitForPageLoad stepKey="waitForPageLoad"/>
337-
<waitForElementVisible selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="waitForWidgetType"/>
337+
<waitForElementVisible selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="waitForCancelButtonNotVisible"/>
338338
</actionGroup>
339339
<actionGroup name="closeWidgetPanelTinyMCE">
340340
<waitForElementVisible selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="waitForCancelButton"/>
341-
<click selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="clickInsertWidget"/>
341+
<click selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="clickCancelButton"/>
342342
<waitForPageLoad stepKey="waitForPageLoad"/>
343343
<waitForElementNotVisible selector="{{WidgetSection.CancelBtnEnabled}}}" stepKey="waitForCancelButtonNotVisible"/>
344344
</actionGroup>

0 commit comments

Comments
 (0)