Skip to content

Commit 83b55ff

Browse files
committed
PB-273: Remove 200ms delay from options menu & toolbar on content types
1 parent d57aa8a commit 83b55ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<argument name="section" defaultValue="TextOnStage"/>
133133
<argument name="index" defaultValue="1" type="string"/>
134134
<argument name="contentTypeXCoordinate" defaultValue="10" type="string"/>
135-
<argument name="contentTypeYCoordinate" defaultValue="null" type="string"/>
135+
<argument name="contentTypeYCoordinate" defaultValue="10" type="string"/>
136136
</arguments>
137137
<comment userInput="focusOnInlineTinyMCEEditor" stepKey="comment"/>
138138
<waitForElementVisible selector="{{section.tinymce(index)}}" stepKey="waitForEditor"/>
@@ -145,7 +145,7 @@
145145
<argument name="section" defaultValue="TextOnStage"/>
146146
<argument name="index" defaultValue="1" type="string"/>
147147
<argument name="contentTypeXCoordinate" defaultValue="10" type="string"/>
148-
<argument name="contentTypeYCoordinate" defaultValue="null" type="string"/>
148+
<argument name="contentTypeYCoordinate" defaultValue="10" type="string"/>
149149
</arguments>
150150
<comment userInput="focusOnInlineTextAreaEditor" stepKey="comment"/>
151151
<waitForElementVisible selector="{{section.textArea(index)}}" stepKey="waitForEditor"/>

0 commit comments

Comments
 (0)