Skip to content

Commit c15fc7c

Browse files
committed
PB-365: Templates MFTF Test Coverage
- Adding missing action group descriptions
1 parent 925a2a7 commit c15fc7c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@
215215
<waitForPageLoad stepKey="waitForPageLoad2"/>
216216
</actionGroup>
217217
<actionGroup name="closeConfirmModal">
218+
<annotations>
219+
<description>Closes the confirmation modal on the Page Builder stage.</description>
220+
</annotations>
218221
<waitForElementVisible time="10" selector="{{PageBuilderStage.modal}}" stepKey="waitForModal"/>
219222
<seeElement selector="{{PageBuilderStage.modal}}" stepKey="seeRemovalModal"/>
220223
<waitForElementVisible time="10" selector="{{PageBuilderStage.modalCancel}}" stepKey="waitForModalCancel"/>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@
174174
<waitForPageLoad stepKey="waitForPageLoad"/>
175175
</actionGroup>
176176
<actionGroup name="verifyEmptyStage">
177+
<annotations>
178+
<description>Verifies that the Page Builder stage only has 1 row that is empty.</description>
179+
</annotations>
177180
<arguments>
178181
<argument name="rowIndex" defaultValue="1" type="string"/>
179182
<argument name="pageBuilderArea" defaultValue="" type="string"/>

0 commit comments

Comments
 (0)