Skip to content

Commit cf34c53

Browse files
committed
MC-5373: Product couldn't be pulled to CMS Page when it was assigned to a specific website
Add navigateToStoreFrontWithStoreView action group
1 parent dbaf68b commit cf34c53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
<amOnPage url="{{contentType.pageNamePrefix}}{{PageBuilderPageTitle.pageName}}" stepKey="amOnStoreFrontPage"/>
1616
<waitForPageLoad time="30" stepKey="waitForPageLoad"/>
1717
</actionGroup>
18+
<actionGroup name="navigateToStoreFrontWithStoreView">
19+
<arguments>
20+
<argument name="contentType"/>
21+
<argument name="storeView"/>
22+
</arguments>
23+
<amOnPage url="{{storeView.code}}/{{contentType.pageNamePrefix}}{{PageBuilderPageTitle.pageName}}" stepKey="amOnStoreFrontPage"/>
24+
<waitForPageLoad time="30" stepKey="waitForPageLoad"/>
25+
</actionGroup>
1826
<actionGroup name="validateContentTypeInsideContainerStorefront">
1927
<arguments>
2028
<argument name="contentType"/>

0 commit comments

Comments
 (0)