Skip to content

Commit 2cbf629

Browse files
ACQE-8731: [MFTF TESTS] QuickSearchAndAddToCartDownloadableTest
- Added cache flush setting is revert via CLI command and this is affecting the other test.
1 parent 4baea6d commit 2cbf629

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
<magentoCLI command="config:set {{CategoriesUrlSuffix.path}} {{CategoriesUrlSuffix.value}}" stepKey="resetCategoryUrlSuffixAsDefault"/>
3434
<!-- Reset configuration: Restore default product URL suffix -->
3535
<magentoCLI command="config:set {{ProductsUrlSuffix.path}} {{ProductsUrlSuffix.value}}" stepKey="resetProductUrlSuffixAsDefault"/>
36+
<!-- Cache Flush -->
37+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushConfigCache">
38+
<argument name="tags" value="config"/>
39+
</actionGroup>
3640
</after>
3741
<remove keyForRemoval="navigateToCategoryStorefront"/>
3842
<!-- Step 7: Open direct Category 1.2 url -> Check that Cat 1.2 is highlighted & parent Cat 1 is also highlighted -->

0 commit comments

Comments
 (0)