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 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 >
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" />
You can’t perform that action at this time.
0 commit comments