Skip to content

Commit 88fd10a

Browse files
#429: User can add content to the Stage
- fix tests after code review
1 parent 34e6976 commit 88fd10a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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>

0 commit comments

Comments
 (0)