Skip to content

Commit 827666a

Browse files
committed
ACQE-8328:Cart sidebar synchronization with Customer Data Lifetime and product changes
- Removed flush cache
1 parent 207fdac commit 827666a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerDataLifetimeTest.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@
2727
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2828
<!-- Admin login -->
2929
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
30-
<!-- Set Customer Data Lifetime to 5 minutes -->
31-
<actionGroup ref="SetCustomerDataLifetimeActionGroup" stepKey="setCustomerDataLifetimeToFiveMinutes">
30+
<!-- Set Customer Data Lifetime to 2 minutes -->
31+
<actionGroup ref="SetCustomerDataLifetimeActionGroup" stepKey="setCustomerDataLifetimeToTwoMinutes">
3232
<argument name="minutes" value="2"/>
3333
</actionGroup>
34-
<!-- Flush cache to ensure configuration takes effect -->
35-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushConfigCache">
36-
<argument name="tags" value="config"/>
37-
</actionGroup>
3834
</before>
3935
<after>
4036
<!-- Reset Customer Data Lifetime to default -->

0 commit comments

Comments
 (0)