File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
app/code/Magento/MediaGalleryUi/Test/Mftf/Suite Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
<suite name =" MediaGalleryUiSuite" >
12
12
<before >
13
13
<actionGroup ref =" AdminDisableWYSIWYGActionGroup" stepKey =" disableWYSIWYG" />
14
- <magentoCLI command =" config:set {{MediaGalleryConfigDataEnabled.path}} {{MediaGalleryConfigDataEnabled.value}}" stepKey =" enableEnhancedMediaGallery" />
15
- <magentoCLI command =" config:set {{MediaGalleryRenditionsDataEnabled.path}} {{MediaGalleryRenditionsDataEnabled.value}}" stepKey =" enableMediaGalleryRenditions" />
14
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
15
+ <actionGroup ref =" AdminMediaGalleryEnhancedEnableActionGroup" stepKey =" enableEnhancedMediaGallery" >
16
+ <argument name =" enabled" value =" 1" />
17
+ </actionGroup >
18
+ <actionGroup ref =" AdminMediaGalleryRenditionsEnableActionGroup" stepKey =" enableMediaGalleryRenditions" />
19
+ <actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
16
20
</before >
17
21
<after >
18
- <magentoCLI command = " config:set {{MediaGalleryRenditionsDataDisabled.path}} {{MediaGalleryRenditionsDataDisabled.value}} " stepKey =" disableMediaGalleryRenditions " />
19
- <magentoCLI command = " config:set {{MediaGalleryConfigDataDisabled.path}} {{MediaGalleryConfigDataDisabled.value}} " stepKey =" disableEnhancedMediaGallery" />
22
+ <actionGroup ref = " AdminLoginActionGroup " stepKey =" loginAsAdmin " />
23
+ <actionGroup ref = " AdminMediaGalleryEnhancedEnableActionGroup " stepKey =" disableEnhancedMediaGallery" />
20
24
<actionGroup ref =" AdminEnableWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
21
25
</after >
22
26
<include >
You can’t perform that action at this time.
0 commit comments