We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4464db0 commit ae520b8Copy full SHA for ae520b8
app/code/Magento/Cms/Test/Mftf/Test/AdminCMSPageCreateDisabledPageTest.xml
@@ -24,10 +24,10 @@
24
</after>
25
<!--Go to New CMS Page page-->
26
<actionGroup ref="AdminOpenCreateNewCMSPageActionGroup" stepKey="navigateToCreateNewPage"/>
27
- <!--Fill the CMS page form-->
28
- <actionGroup ref="FillOutCMSPageContent" stepKey="fillBasicPageDataForDisabledPage"/>
29
<!--Set page disabled-->
30
<actionGroup ref="AdminDisableCMSPage" stepKey="setCMSPageDisabled"/>
+ <!--Fill the CMS page form-->
+ <actionGroup ref="FillOutCMSPageContent" stepKey="fillBasicPageDataForDisabledPage"/>
31
<!--Verify successfully saved-->
32
<actionGroup ref="saveCmsPage" stepKey="saveDisabledPage"/>
33
<!--Check that page is disabled on frontend-->
0 commit comments