File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
AdobeStockImageAdminUi/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 23
23
<createData entity =" SimpleSubCategory" stepKey =" category" />
24
24
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
25
25
<!-- Prepare configuration -->
26
- <magentoCLI command =" config:set system/media_gallery_renditions/width 50" stepKey =" prepareWidth" />
27
- <magentoCLI command =" config:set system/media_gallery_renditions/height 50" stepKey =" prepareHeight" />
26
+ <actionGroup ref =" AdminRenditionsSetImageSizeActionGroup" stepKey =" prepareRenditionsConfig" >
27
+ <argument name =" height" value =" 50" />
28
+ <argument name =" width" value =" 50" />
29
+ </actionGroup >
28
30
</before >
29
31
<after >
30
32
<!-- Restore configuration -->
31
- <magentoCLI command =" config:set system/media_gallery_renditions/width 1000" stepKey =" restoreWidth" />
32
- <magentoCLI command =" config:set system/media_gallery_renditions/height 1000" stepKey =" restoreHeight" />
33
+ <actionGroup ref =" AdminRenditionsSetImageSizeActionGroup" stepKey =" restoreRenditionsConfig" />
33
34
<!-- Delete uploaded image -->
34
35
<actionGroup ref =" AdminOpenMediaGalleryFromCategoryImageUploaderActionGroup" stepKey =" openMediaGalleryFromWysiwyg" />
35
36
<actionGroup ref =" AdminEnhancedMediaGalleryImageDeleteActionGroup" stepKey =" removeSavedPreview" />
You can’t perform that action at this time.
0 commit comments