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 1111 <suite name =" MediaGalleryUiSuite" >
1212 <before >
1313 <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" />
1620 </before >
1721 <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" />
2024 <actionGroup ref =" AdminEnableWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
2125 </after >
2226 <include >
You can’t perform that action at this time.
0 commit comments