Skip to content

Commit 7284481

Browse files
committed
MC-4231: MFTF Rewrite Selectors/ActionGroups To Allow Using PageBuilder In Non-CMS Page Areas
- Finalizing schedule update test for buttons - Adding/fixing action groups & data
1 parent 74cedf7 commit 7284481

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
<amOnPage url="{{contentType.pageNamePrefix}}{{PageBuilderPageTitle.pageName}}" stepKey="amOnStoreFrontPage"/>
1616
<waitForPageLoad time="30" stepKey="waitForPageLoad"/>
1717
</actionGroup>
18+
<actionGroup name="navigateToStorefrontForCreatedCMSPage">
19+
<arguments>
20+
<argument name="CMSPage" type="string"/>
21+
</arguments>
22+
<amOnPage url="{{CMSPage}}" stepKey="goToStorefront"/>
23+
<waitForPageLoad stepKey="waitForPageLoad"/>
24+
</actionGroup>
1825
<actionGroup name="validateContentTypeInsideContainerStorefront">
1926
<arguments>
2027
<argument name="contentType"/>

0 commit comments

Comments
 (0)