Skip to content

Commit 810c07d

Browse files
committed
PB-273: Remove 200ms delay from options menu & toolbar on content types
1 parent 46cc278 commit 810c07d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockRenderElementContentTypesTests.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,15 @@
319319
<comment userInput="Validate CMS Block Stage" stepKey="commentValidateCMSBlockStage"/>
320320
<actionGroup ref="assertTextareaContainsValue" stepKey="assertTextareaContainsValueCMSBlockStage">
321321
<argument name="selector" value="{{TextOnStage.textArea('1')}}"/>
322-
<argument name="value" value="{{PageBuilderTextProperty.value}}{{PageBuilderTextArea_VariableBaseURL.editPanelValue}}{{PageBuilderTextArea_WidgetCMSHomepageLink.editPanelValue}}"/>
322+
<argument name="value" value="{{PageBuilderTextProperty.value}}"/>
323+
</actionGroup>
324+
<actionGroup ref="assertTextareaContainsValue" stepKey="assertTextareaContainsValueCMSBlockStage2">
325+
<argument name="selector" value="{{TextOnStage.textArea('1')}}"/>
326+
<argument name="value" value="{{PageBuilderTextArea_VariableBaseURL.editPanelValue}}"/>
327+
</actionGroup>
328+
<actionGroup ref="assertTextareaContainsValue" stepKey="assertTextareaContainsValueCMSBlockStage3">
329+
<argument name="selector" value="{{TextOnStage.textArea('1')}}"/>
330+
<argument name="value" value="{{PageBuilderTextArea_WidgetCMSHomepageLink.editPanelValue}}"/>
323331
</actionGroup>
324332
<!-- Add Block to CMS Page -->
325333
<comment userInput="Add Block to CMS Page" stepKey="commentAddBlockToCMSPage"/>

0 commit comments

Comments
 (0)