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 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" closeEditPanelSettings" >
12
+ <arguments >
13
+ <argument name =" baseContent" defaultValue =" {{CmsNewPagePageActionsSection.saveAndContinueEdit}}" type =" string" />
14
+ </arguments >
12
15
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
13
16
<waitForElementVisible time =" 2" selector =" {{EditPanelForm.editFormClose}}" stepKey =" waitForCloseButton" />
14
17
<click selector =" {{EditPanelForm.editFormClose}}" stepKey =" clickCloseButton" />
15
18
<waitForElementNotVisible time =" 5" selector =" {{EditPanelForm.editForm}}" stepKey =" waitForEditFormNotVisible" />
16
- <waitForElementVisible time =" 1" selector =" {{CmsNewPagePageActionsSection.saveAndContinueEdit }}" stepKey =" waitForCmsPageSaveButton" />
19
+ <waitForElementVisible time =" 1" selector =" {{baseContent }}" stepKey =" waitForCmsPageSaveButton" />
17
20
</actionGroup >
18
21
<actionGroup name =" saveEditPanelSettings" >
19
22
<arguments >
You can’t perform that action at this time.
0 commit comments