Skip to content

Commit fc8728d

Browse files
adding clear cache config section
1 parent 115cb25 commit fc8728d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Directory/Test/Mftf/Test/CustomCurrencySymbolWithSpaceTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@
6565
<click selector="{{AdminCurrencySymbolsGridSection.saveCurrencySymbols}}" stepKey="clickSaveCurrencySymbols"/>
6666
<waitForPageLoad stepKey="waitForSave"/>
6767
<see selector="{{AdminMessagesSection.success}}" userInput="{{AdminSaveCurrencySymbolMessageData.success}}" stepKey="seeSuccessMessage"/>
68-
68+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanInvalidatedCaches">
69+
<argument name="tags" value="config full_page"/>
70+
</actionGroup>
6971
<!--Redirect back to admin dashboard screen-->
7072
<actionGroup ref="AdminReloadDashboardDataActionGroup" stepKey="reloadDashboardData" />
7173
<!--Verify there is a space between custom currency symbol respective amounts on admin dashboard-->

0 commit comments

Comments
 (0)