File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 16
16
<waitForElementVisible time =" 1" selector =" {{CmsNewPagePageActionsSection.saveAndContinueEdit}}" stepKey =" waitForCmsPageSaveButton" />
17
17
</actionGroup >
18
18
<actionGroup name =" saveEditPanelSettings" >
19
+ <arguments >
20
+ <argument name =" baseContent" defaultValue =" {{CmsNewPagePageActionsSection.saveAndContinueEdit}}" type =" string" />
21
+ </arguments >
19
22
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
20
23
<waitForElementVisible time =" 5" selector =" {{EditPanelForm.editFormSave}}" stepKey =" waitForSaveButton" />
21
24
<click selector =" {{EditPanelForm.editFormSave}}" stepKey =" clickSaveButton" />
22
25
<waitForPageLoad time =" 30" stepKey =" waitForStageToLoad" />
23
26
<waitForElementNotVisible time =" 5" selector =" {{EditPanelForm.editForm}}" stepKey =" waitForEditFormNotVisible" />
24
- <waitForElementVisible time =" 10" selector =" {{CmsNewPagePageActionsSection.saveAndContinueEdit }}" stepKey =" waitForCmsPageSaveButton" />
27
+ <waitForElementVisible time =" 10" selector =" {{baseContent }}" stepKey =" waitForCmsPageSaveButton" />
25
28
</actionGroup >
26
29
<actionGroup name =" saveEditPanelAndValidateFieldError" >
27
30
<arguments >
You can’t perform that action at this time.
0 commit comments