Skip to content

Commit 41c6d66

Browse files
committed
MC-5373: Product couldn't be pulled to CMS Page when it was assigned to a specific website
- Move navigateToStorefrontForCreatedPage into CE
1 parent 8aecb5f commit 41c6d66

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/code/Magento/Cms/Test/Mftf/ActionGroup/CMSActionGroup.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<waitForPageLoad stepKey="waitForPageLoad4"/>
5555
<see userInput="You deleted the block." stepKey="VerifyBlockIsDeleted"/>
5656
</actionGroup>
57-
5857
<actionGroup name="AddStoreViewToCmsPage" extends="navigateToCreatedCMSPage">
5958
<arguments>
6059
<argument name="storeViewName" type="string"/>
@@ -77,4 +76,11 @@
7776
<waitForPageLoad stepKey="waitForPageLoadAfterClickingSave" />
7877
<see userInput="You saved the block." stepKey="assertSaveBlockSuccessMessage"/>
7978
</actionGroup>
79+
<actionGroup name="navigateToStorefrontForCreatedPage">
80+
<arguments>
81+
<argument name="page" type="string"/>
82+
</arguments>
83+
<amOnPage url="{{page}}" stepKey="goToStorefront"/>
84+
<waitForPageLoad stepKey="waitForPageLoad"/>
85+
</actionGroup>
8086
</actionGroups>

0 commit comments

Comments
 (0)