File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 56
56
<argument name =" productName" value =" $createSimpleProduct.name$" />
57
57
</actionGroup >
58
58
<!-- Step 2: Reload product page several times to ensure caching -->
59
- <!-- Please check if ReloadPageActionGroup can be used here -->
60
59
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPage1" />
61
60
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPage2" />
62
61
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPage3" />
96
95
<waitForText userInput =" $20.00" selector =" {{StorefrontMinicartSection.productPriceByName($createSimpleProduct.name$)}}" stepKey =" verifyUpdatedProductPriceAfterLogin" />
97
96
<actionGroup ref =" StorefrontClickOnMiniCartActionGroup" stepKey =" closeMiniCartAfterLogin" />
98
97
<!-- Step 8: Reload page several times to ensure caching -->
99
- <!-- Please check if ReloadPageActionGroup can be used here -->
100
98
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPageAfterLogin1" />
101
99
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPageAfterLogin2" />
102
100
<!-- Step 9: Change product details again in admin -->
121
119
<!-- Step 11: Wait for Customer Data Lifetime to expire (6 minutes) -->
122
120
<wait time =" 120" stepKey =" waitForCustomerDataLifetimeExpiration" />
123
121
<!-- Step 12: Reload page and verify updated values -->
124
- <!-- Please check if ReloadPageActionGroup can be used here -->
125
122
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPageAfterWait" />
126
123
<actionGroup ref =" StorefrontClickOnMiniCartActionGroup" stepKey =" openMiniCartAfterWait" />
127
124
<waitForElementVisible selector =" {{StorefrontMinicartSection.productLinkByName('Apple-X-Y')}}" stepKey =" verifyAppleProductInMiniCartAfterWait" />
You can’t perform that action at this time.
0 commit comments