File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 215
215
<waitForPageLoad stepKey =" waitForPageLoad2" />
216
216
</actionGroup >
217
217
<actionGroup name =" closeConfirmModal" >
218
+ <annotations >
219
+ <description >Closes the confirmation modal on the Page Builder stage.</description >
220
+ </annotations >
218
221
<waitForElementVisible time =" 10" selector =" {{PageBuilderStage.modal}}" stepKey =" waitForModal" />
219
222
<seeElement selector =" {{PageBuilderStage.modal}}" stepKey =" seeRemovalModal" />
220
223
<waitForElementVisible time =" 10" selector =" {{PageBuilderStage.modalCancel}}" stepKey =" waitForModalCancel" />
Original file line number Diff line number Diff line change 174
174
<waitForPageLoad stepKey =" waitForPageLoad" />
175
175
</actionGroup >
176
176
<actionGroup name =" verifyEmptyStage" >
177
+ <annotations >
178
+ <description >Verifies that the Page Builder stage only has 1 row that is empty.</description >
179
+ </annotations >
177
180
<arguments >
178
181
<argument name =" rowIndex" defaultValue =" 1" type =" string" />
179
182
<argument name =" pageBuilderArea" defaultValue =" " type =" string" />
You can’t perform that action at this time.
0 commit comments