File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
app/code/Magento/MediaGalleryUi/Test/Mftf/Suite Expand file tree Collapse file tree 1 file changed +4
-8
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
- <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" />
14
+ <magentoCLI command =" config:set {{MediaGalleryConfigDataEnabled.path}} {{MediaGalleryConfigDataEnabled.value}}" stepKey =" enableEnhancedMediaGallery" />
15
+ <magentoCLI command =" config:set {{MediaGalleryRenditionsDataEnabled.path}} {{MediaGalleryRenditionsDataEnabled.value}}" stepKey =" enableMediaGalleryRenditions" />
20
16
</before >
21
17
<after >
22
- <actionGroup ref = " AdminLoginActionGroup " stepKey =" loginAsAdmin " />
23
- <actionGroup ref = " AdminMediaGalleryEnhancedEnableActionGroup " stepKey =" disableEnhancedMediaGallery" />
18
+ <magentoCLI command = " config:set {{MediaGalleryRenditionsDataDisabled.path}} {{MediaGalleryRenditionsDataDisabled.value}} " stepKey =" disableMediaGalleryRenditions " />
19
+ <magentoCLI command = " config:set {{MediaGalleryConfigDataDisabled.path}} {{MediaGalleryConfigDataDisabled.value}} " stepKey =" disableEnhancedMediaGallery" />
24
20
<actionGroup ref =" AdminEnableWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
25
21
</after >
26
22
<include >
You can’t perform that action at this time.
0 commit comments