File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
</annotations >
20
20
<before >
21
21
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
22
+ <magentoCLI command =" config:set cms/pagebuilder/enabled 0" stepKey =" disablePageBuilder" />
22
23
<actionGroup ref =" EnabledWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
23
24
<actionGroup ref =" CliEnableTinyMCEActionGroup" stepKey =" enableTinyMCE" />
24
25
<actionGroup ref =" CliMediaGalleryEnhancedEnableActionGroup" stepKey =" enableOldMediaGallery" >
27
28
</before >
28
29
<after >
29
30
<actionGroup ref =" CliEnableTinyMCEActionGroup" stepKey =" enableTinyMCE" />
30
- <actionGroup ref =" AdminDisableWYSIWYGActionGroup " stepKey =" disableWYSIWYG" />
31
+ <actionGroup ref =" DisabledWYSIWYGActionGroup " stepKey =" disableWYSIWYG" />
31
32
<actionGroup ref =" CliMediaGalleryEnhancedEnableActionGroup" stepKey =" enableOldMediaGallery" >
32
33
<argument name =" enabled" value =" 0" />
33
34
</actionGroup >
34
35
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" amOnLogoutPage" />
36
+ <magentoCLI command =" config:set cms/pagebuilder/enabled 1" stepKey =" enablePageBuilder" />
35
37
</after >
36
38
37
39
<actionGroup ref =" AdminOpenNewProductFormPageActionGroup" stepKey =" navigateToNewProduct" />
You can’t perform that action at this time.
0 commit comments