Skip to content

Commit 96197cc

Browse files
committed
Merge branch '429_no_default_row' of github.com:magento/magento2-page-builder into 429_no_default_row
2 parents 736e078 + 88fd10a commit 96197cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<description>Verifies that the Page Builder stage only has root container.</description>
1313
</annotations>
1414
<arguments>
15-
<argument name="rotContainerIndex" defaultValue="1" type="string"/>
15+
<argument name="rootContainerIndex" defaultValue="1" type="string"/>
1616
<argument name="pageBuilderArea" defaultValue="" type="string"/>
1717
</arguments>
1818
<waitForPageLoad stepKey="waitForStageLoad"/>
19-
<waitForElementVisible selector="{{PageBuilderStage.rootContainer(rotContainerIndex)}}" stepKey="waitForEmptyRootContainer"/>
20-
<see userInput="Drag Row, Columns, Tabs, Block, Dynamic Block or HTML Code here" selector="{{PageBuilderStage.rootContainerPlaceholder(rotContainerIndex)}}" stepKey="seeEmptyRootContainerPlaceholderMessage"/>
19+
<waitForElementVisible selector="{{PageBuilderStage.rootContainer(rootContainerIndex)}}" stepKey="waitForEmptyRootContainer"/>
20+
<see userInput="Drag Row, Columns, Tabs, Block, Dynamic Block or HTML Code here" selector="{{PageBuilderStage.rootContainerPlaceholder(rootContainerIndex)}}" stepKey="seeEmptyRootContainerPlaceholderMessage"/>
2121
<seeNumberOfElements userInput="0" selector="{{pageBuilderArea}}{{RowOnStage.allRows}}" stepKey="seeZeroRow"/>
2222
</actionGroup>
2323
</actionGroups>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerCommonTest/BannerUploadImageFromStageTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
</actionGroup>
5454
<!-- Verify On Hover Upload Button Work-->
5555
<comment userInput="Verify On Hover Upload Buttons Work" stepKey="commentVerifyButtons"/>
56-
<click selector="{{PageBuilderPanel.searchPanel}}" stepKey="unFocusOptionMenu"/>
56+
<actionGroup ref="unFocusOptionMenu" stepKey="unFocusOptionMenu">
57+
<argument name="contentType" value="PageBuilderBannerContentType"/>
58+
</actionGroup>
5759
<actionGroup ref="verifyUploadImageButtons" stepKey="verifyUploadImageButtons">
5860
<argument name="contentType" value="PageBuilderBannerContentType"/>
5961
</actionGroup>

0 commit comments

Comments
 (0)