Skip to content

Commit eee6453

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
- deprecate AdminReindexAndFlushCacheActionGroup.xml
1 parent cf8dfb7 commit eee6453

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerCommonTest/BannerVerifyStageUploadImageButtonsForEachAppearanceTest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,18 @@
3434
<argument name="contentType" value="PageBuilderRowContentType"/>
3535
<argument name="containerTargetType" value="PageBuilderRootContainerContentType"/>
3636
</actionGroup>
37+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanConfigCache">
38+
<argument name="tags" value="config" />
39+
</actionGroup>
3740
</before>
3841
<after>
3942
<deleteData createDataKey="createPreReqCMSPage" stepKey="deleteCreatePreReqCMSPage"/>
4043
<actionGroup ref="AdminMediaGalleryEnhancedEnableActionGroup" stepKey="disableOldMediaGallery">
4144
<argument name="enabled" value="1"/>
4245
</actionGroup>
46+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanConfigCache">
47+
<argument name="tags" value="config" />
48+
</actionGroup>
4349
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4450
</after>
4551
<!-- Add Banner -->

0 commit comments

Comments
 (0)