File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf
Test/AdminCMSPagePageBuilderTest Expand file tree Collapse file tree 2 files changed +7
-2
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 =" AdminEnableWYSIWYGActionGroup" 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
</before >
15
16
<after >
16
17
<magentoCLI command =" config:set {{MediaGalleryRenditionsDataDisabled.path}} {{MediaGalleryRenditionsDataDisabled.value}}" stepKey =" disableMediaGalleryRenditions" />
17
18
<magentoCLI command =" config:set {{MediaGalleryConfigDataDisabled.path}} {{MediaGalleryConfigDataDisabled.value}}" stepKey =" disableEnhancedMediaGallery" />
18
- <actionGroup ref =" AdminEnableWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
19
+ <actionGroup ref =" AdminEnableWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
20
+ <magentoCLI command =" cache:clean config" stepKey =" cleanCache" />
19
21
</after >
20
22
<include >
21
23
<group name =" page_builder_new_media_gallery_renditions" />
Original file line number Diff line number Diff line change 35
35
<after >
36
36
<actionGroup ref =" AdminOpenStandaloneMediaGalleryActionGroup" stepKey =" openStandaloneMediaGalleryAfter" />
37
37
<actionGroup ref =" ResetAdminDataGridToDefaultViewActionGroup" stepKey =" resetAdminDataGridToDefaultViewAfter" />
38
+ <actionGroup ref =" AdminExpandMediaGalleryFolderActionGroup" stepKey =" expandWysiwygFolder" >
39
+ <argument name =" FolderName" value =" wysiwyg" />
40
+ </actionGroup >
38
41
<actionGroup ref =" AdminMediaGalleryFolderSelectActionGroup" stepKey =" selectFolderAfter" >
39
42
<argument name =" name" value =" {{AdminMediaGalleryFolderData.name}}" />
40
43
</actionGroup >
You can’t perform that action at this time.
0 commit comments