File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/Widget/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 24
24
25
25
<!-- Pre-condition - Disable the page builder -->
26
26
<magentoCLI command =" config:set cms/pagebuilder/enabled 0" stepKey =" disablePageBuilder" />
27
+ <magentoCLI command =" config:set cms/wysiwyg/enabled disabled" stepKey =" disableWYSIWYG" />
27
28
<magentoCLI stepKey =" reindex" command =" indexer:reindex" />
28
29
<magentoCLI stepKey =" flushCache" command =" cache:flush" />
30
+
29
31
<!-- Pre-condition 3- Verify page in grid-->
30
32
<actionGroup ref =" AdminOpenCMSPagesGridActionGroup" stepKey =" openCMSPagesGridActionGroup" />
31
33
<actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearGridFilters" />
78
80
<click selector =" {{CmsNewPagePageActionsSection.savePageBtn}}" stepKey =" clickSavePageToReset" />
79
81
<waitForElementVisible selector =" {{CmsPagesPageActionsSection.savePageSuccessMessage}}" stepKey =" waitForSuccessMessageLoggedOutToReset" time =" 5" />
80
82
<see userInput =" You saved the page." stepKey =" seeSuccessMessageToReset" />
83
+ <magentoCLI command =" config:set cms/pagebuilder/enabled 1" stepKey =" enablePageBuilder" />
84
+ <magentoCLI command =" config:set cms/wysiwyg/enabled enabled" stepKey =" enableWYSIWYG" />
85
+ <magentoCLI stepKey =" reindex" command =" indexer:reindex" />
86
+ <magentoCLI stepKey =" flushCache" command =" cache:flush" />
81
87
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
82
88
</after >
83
89
<actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" navigateToHomePage" />
You can’t perform that action at this time.
0 commit comments