Skip to content

Commit 021ae1f

Browse files
committed
MC-5373: Product couldn't be pulled to CMS Page when it was assigned to a specific website
Upgrade saveEditPanelSettings
1 parent ef1105a commit 021ae1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@
1616
<waitForElementVisible time="1" selector="{{CmsNewPagePageActionsSection.saveAndContinueEdit}}" stepKey="waitForCmsPageSaveButton"/>
1717
</actionGroup>
1818
<actionGroup name="saveEditPanelSettings">
19+
<arguments>
20+
<argument name="baseContent" defaultValue="{{CmsNewPagePageActionsSection.saveAndContinueEdit}}" type="string"/>
21+
</arguments>
1922
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask"/>
2023
<waitForElementVisible time="5" selector="{{EditPanelForm.editFormSave}}" stepKey="waitForSaveButton"/>
2124
<click selector="{{EditPanelForm.editFormSave}}" stepKey="clickSaveButton"/>
2225
<waitForPageLoad time="30" stepKey="waitForStageToLoad"/>
2326
<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"/>
2528
</actionGroup>
2629
<actionGroup name="saveEditPanelAndValidateFieldError">
2730
<arguments>

0 commit comments

Comments
 (0)