Skip to content

Commit 783bba3

Browse files
authored
ACQE-8327: Cart Sidebar synchronization with Customer Data Lifetime through customer login/logout
- Added correct time in comment
1 parent 65cd589 commit 783bba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!-- Precondition 2: Create customer -->
3030
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
3131
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
32-
<!-- Precondition 3: Set Customer Data Lifetime to 5 minutes -->
32+
<!-- Precondition 3: Set Customer Data Lifetime to 2 minutes -->
3333
<actionGroup ref="SetCustomerDataLifetimeActionGroup" stepKey="setCustomerDataLifetime">
3434
<argument name="minutes" value="2"/>
3535
</actionGroup>
@@ -140,7 +140,7 @@
140140
<argument name="qty" value="1"/>
141141
</actionGroup>
142142
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="closeMiniCartAfterSecondChange"/>
143-
<!-- Step 11: Wait for Customer Data Lifetime to expire (6 minutes) -->
143+
<!-- Step 11: Wait for Customer Data Lifetime to expire -->
144144
<wait time="120" stepKey="waitForCustomerDataLifetimeExpiration"/>
145145
<!-- Step 12: Reload page and verify updated values -->
146146
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPageAfterWait"/>

0 commit comments

Comments
 (0)