File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Suite Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 8
8
<suites xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Suite/etc/suiteSchema.xsd" >
9
9
<suite name =" PageBuilderNewMediaGalleryRenditionsSuite" >
10
10
<before >
11
- <actionGroup ref =" AdminEnableWYSIWYGActionGroup " stepKey =" disableWYSIWYG" />
11
+ <actionGroup ref =" AdminDisableWYSIWYGActionGroup " stepKey =" disableWYSIWYG" />
12
12
<magentoCLI command =" config:set {{MediaGalleryConfigDataEnabled.path}} {{MediaGalleryConfigDataEnabled.value}}" stepKey =" enableEnhancedMediaGallery" />
13
13
<magentoCLI command =" config:set {{MediaGalleryRenditionsDataEnabled.path}} {{MediaGalleryRenditionsDataEnabled.value}}" stepKey =" enableMediaGalleryRenditions" />
14
- <magentoCLI command =" cache:clean config" stepKey =" cleanCache" />
14
+
15
+ <!-- Create Media Gallery Directories for `wysiwyg` -->
16
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
17
+ <actionGroup ref =" AdminOpenCreateNewCMSPageActionGroup" stepKey =" openNewPage" />
18
+ <actionGroup ref =" AdminOpenMediaGalleryFromPageNoEditorActionGroup" stepKey =" openMediaGalleryForPage" />
19
+ <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
20
+ <actionGroup ref =" AdminEnableWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
15
21
</before >
16
22
<after >
17
23
<magentoCLI command =" config:set {{MediaGalleryRenditionsDataDisabled.path}} {{MediaGalleryRenditionsDataDisabled.value}}" stepKey =" disableMediaGalleryRenditions" />
18
24
<magentoCLI command =" config:set {{MediaGalleryConfigDataDisabled.path}} {{MediaGalleryConfigDataDisabled.value}}" stepKey =" disableEnhancedMediaGallery" />
19
25
<actionGroup ref =" AdminEnableWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
20
- <magentoCLI command =" cache:clean config" stepKey =" cleanCache" />
21
26
</after >
22
27
<include >
23
28
<group name =" page_builder_new_media_gallery_renditions" />
You can’t perform that action at this time.
0 commit comments