Skip to content

Commit b8a3d48

Browse files
committed
MC-2348: User can open on hover
- Stabilize test
1 parent 2e203fc commit b8a3d48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@
291291
<actionGroup ref="dragContentTypeToStage" stepKey="dragAdditionalRow">
292292
<argument name="contentType" value="PageBuilderRowContentType"/>
293293
</actionGroup>
294-
<actionGroup ref="dragContentTypeToStage" stepKey="dragAdditionalRow2">
295-
<argument name="contentType" value="PageBuilderRowContentType"/>
296-
</actionGroup>
297294
<actionGroup ref="dragContentTypeToContainer" stepKey="dragColumnIntoStage">
298295
<argument name="contentType" value="PageBuilderColumnContentType"/>
299296
<argument name="containerTargetType" value="PageBuilderRowContentType"/>
@@ -324,6 +321,7 @@
324321
<!-- Close grid form and check options are restored -->
325322
<comment userInput="Close grid form and check options are restored" stepKey="commentCloseAndValidateOptionsAreRestored"/>
326323
<actionGroup ref="closeGridSizeForm" stepKey="closeGridForm" />
324+
<scrollTo selector="{{CmsNewPagePageActionsSection.pageTitle}}" stepKey="scrollToTop"/>
327325
<moveMouseOver selector="{{PageBuilderActionsSection.contentTypeInStage(PageBuilderRowContentType.role)}}" x="10" y="0" stepKey="onMouseOverContentTypeStage"/>
328326
<waitForPageLoad stepKey="waitForPageLoad"/>
329327
<waitForElementVisible time="10" selector="{{PageBuilderActionsSection.contentTypeOptionsMenu(PageBuilderRowContentType.role)}}" stepKey="waitForOptions"/>

0 commit comments

Comments
 (0)