Skip to content

Commit b14067f

Browse files
committed
MC-3091: Improve MFTF tests for Block Configuration
1 parent 658eaa2 commit b14067f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<argument name="block"/>
3131
<argument name="index"/>
3232
</arguments>
33-
<moveMouseOver selector="{{PageBuilderStage.contentTypeInStage(contentType.role)}}" x="10" y="0" stepKey="onMouseOverContentTypeStage"/>
33+
<moveMouseOver selector="{{PageBuilderStage.contentTypeInStage(contentType.role)}}" stepKey="onMouseOverContentTypeStage"/>
34+
<waitForPageLoad stepKey="waitForPageLoad"/>
3435
<waitForElementVisible selector="{{BlockOnStage.title('1', block.title)}}" stepKey="wait"/>
3536
<seeElement selector="{{BlockOnStage.title('1',block.title)}}" stepKey="seeOptionMenuTitle"/>
3637
<see userInput="{{block.content}}" stepKey="seeBlockContentOnStage"/>

0 commit comments

Comments
 (0)