Skip to content

Commit 3eb940c

Browse files
authored
ACQE-8327: Cart Sidebar synchronization with Customer Data Lifetime through customer login/logout
- Removed unwanted comments in test file
1 parent 02b8558 commit 3eb940c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
<argument name="productName" value="$createSimpleProduct.name$"/>
5757
</actionGroup>
5858
<!-- Step 2: Reload product page several times to ensure caching -->
59-
<!-- Please check if ReloadPageActionGroup can be used here -->
6059
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPage1"/>
6160
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPage2"/>
6261
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPage3"/>
@@ -96,7 +95,6 @@
9695
<waitForText userInput="$20.00" selector="{{StorefrontMinicartSection.productPriceByName($createSimpleProduct.name$)}}" stepKey="verifyUpdatedProductPriceAfterLogin"/>
9796
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="closeMiniCartAfterLogin"/>
9897
<!-- Step 8: Reload page several times to ensure caching -->
99-
<!-- Please check if ReloadPageActionGroup can be used here -->
10098
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPageAfterLogin1"/>
10199
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPageAfterLogin2"/>
102100
<!-- Step 9: Change product details again in admin -->
@@ -121,7 +119,6 @@
121119
<!-- Step 11: Wait for Customer Data Lifetime to expire (6 minutes) -->
122120
<wait time="120" stepKey="waitForCustomerDataLifetimeExpiration"/>
123121
<!-- Step 12: Reload page and verify updated values -->
124-
<!-- Please check if ReloadPageActionGroup can be used here -->
125122
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPageAfterWait"/>
126123
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniCartAfterWait"/>
127124
<waitForElementVisible selector="{{StorefrontMinicartSection.productLinkByName('Apple-X-Y')}}" stepKey="verifyAppleProductInMiniCartAfterWait"/>

0 commit comments

Comments
 (0)