Skip to content

Commit b629ddb

Browse files
committed
changed values for CliCacheFlushActionGroup
1 parent 9437843 commit b629ddb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/code/Magento/Swatches/Test/Mftf/Test/AdminDisablingSwatchTooltipsTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@
147147

148148
<!-- Disable swatch tooltips -->
149149
<magentoCLI command="config:set catalog/frontend/show_swatch_tooltip 0" stepKey="disableTooltips"/>
150-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterDisabling"/>
150+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterDisabling">
151+
<argument name="tags" value="config full_page"/>
152+
</actionGroup>
151153

152154
<!-- Verify swatch tooltips are not visible -->
153155
<actionGroup ref="ReloadPageActionGroup" stepKey="refreshPage"/>

app/code/Magento/Translation/Test/Mftf/Test/StorefrontInlineTranslationOnCheckoutTest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
<!-- 2. Refresh magento cache -->
118118
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterTranslateEnabled">
119-
<argument name="tags" value="full_page"/>
119+
<argument name="tags" value="translate full_page"/>
120120
</actionGroup>
121121

122122
<!-- 3. Go to storefront and click on cart button on the top -->
@@ -478,7 +478,9 @@
478478
<!-- 7. Set *Enabled for Storefront* option to *No* and save configuration -->
479479
<magentoCLI command="config:set {{DisableTranslateInlineForStorefront.path}} {{DisableTranslateInlineForStorefront.value}}" stepKey="disableTranslateInlineForStorefront"/>
480480
<!-- 8. Clear magento cache -->
481-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterTranslateDisabled"/>
481+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterTranslateDisabled">
482+
<argument name="tags" value="translate full_page"/>
483+
</actionGroup>
482484

483485
<magentoCLI command="setup:static-content:deploy -f" stepKey="deployStaticContent"/>
484486

0 commit comments

Comments
 (0)