File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 83
83
<amOnPage url =" {{page}}" stepKey =" goToStorefront" />
84
84
<waitForPageLoad stepKey =" waitForPageLoad" />
85
85
</actionGroup >
86
- <actionGroup name =" navigateToStorefrontForCreatedPage " >
86
+ <actionGroup name =" navigateToStoreFrontWithStoreView " >
87
87
<arguments >
88
- <argument name =" page" type =" string" />
88
+ <argument name =" contentType" />
89
+ <argument name =" storeView" />
89
90
</arguments >
90
- <amOnPage url =" {{page}} " stepKey =" goToStorefront " />
91
- <waitForPageLoad stepKey =" waitForPageLoad" />
91
+ <amOnPage url =" {{storeView.code}}/{{contentType.pageNamePrefix}}{{PageBuilderPageTitle.pageName}} " stepKey =" amOnStoreFrontPage " />
92
+ <waitForPageLoad time = " 30 " stepKey =" waitForPageLoad" />
92
93
</actionGroup >
93
94
<actionGroup name =" saveCMSBlock" >
94
95
<waitForElementVisible selector =" {{CmsNewBlockBlockActionsSection.savePage}}" stepKey =" waitForSaveButton" />
You can’t perform that action at this time.
0 commit comments