Skip to content

Commit 2aca78a

Browse files
Added reverted review changes
1 parent debeec2 commit 2aca78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/StorefrontStickyLoginAsCustomerNotificationBannerTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<before>
2424
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 1"
2525
stepKey="enableLoginAsCustomer"/>
26-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushConfigCache">
26+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanConfigCache">
2727
<argument name="tags" value="config"/>
2828
</actionGroup>
2929
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
@@ -34,7 +34,7 @@
3434
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3535
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
3636
stepKey="disableLoginAsCustomer"/>
37-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushConfigCache">
37+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanConfigCache">
3838
<argument name="tags" value="config"/>
3939
</actionGroup>
4040
</after>

0 commit comments

Comments
 (0)