Skip to content

Commit 4b85052

Browse files
committed
Reverted CliCacheFlushActionGroup removing, changed tags for StorefrontVerifySecureCookieTest
1 parent c6dad9d commit 4b85052

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/StorefrontCategoryAccessibleWhenSuffixIsNullTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
stepKey="restoreCategoryUrlSuffix"/>
3131
<magentoCLI command="config:set catalog/seo/generate_category_product_rewrites 1"
3232
stepKey="restoreCategoryProductRewrites"/>
33-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAftere"/>
33+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfter"/>
3434
</after>
3535

3636
<amOnPage url="/$$createCategory.name$$" stepKey="onCategoryPage"/>

app/code/Magento/Cookie/Test/Mftf/Test/StorefrontVerifySecureCookieTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
<magentoCLI command="config:set web/unsecure/base_url https://{$hostname}/" stepKey="setUnsecureBaseURL"/>
2828
<magentoCLI command="config:set web/secure/base_url https://{$hostname}/" stepKey="setSecureBaseURL"/>
2929
<magentoCLI command="config:set web/secure/use_in_frontend 1" stepKey="useSecureURLsOnStorefront"/>
30-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
30+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
31+
<argument name="tags" value="full_page"/>
32+
</actionGroup>
3133
</before>
3234
<after>
3335
<amOnPage url="/" stepKey="goToHomePage"/>

0 commit comments

Comments
 (0)