File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
<!-- Precondition 2: Create customer -->
30
30
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
31
31
<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 -->
33
33
<actionGroup ref =" SetCustomerDataLifetimeActionGroup" stepKey =" setCustomerDataLifetime" >
34
34
<argument name =" minutes" value =" 2" />
35
35
</actionGroup >
140
140
<argument name =" qty" value =" 1" />
141
141
</actionGroup >
142
142
<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 -->
144
144
<wait time =" 120" stepKey =" waitForCustomerDataLifetimeExpiration" />
145
145
<!-- Step 12: Reload page and verify updated values -->
146
146
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPageAfterWait" />
You can’t perform that action at this time.
0 commit comments