Skip to content

Commit 4f81760

Browse files
committed
MC-18191: Customer cart section on reloads each web transaction
1 parent cb0aced commit 4f81760

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/cart/totals-processor/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ define([
9696
// ) {
9797
// quote.setTotals(cartCache.get('totals'));
9898
// } else {
99-
return loadFromServer(address);
99+
return loadFromServer(address);
100100
// }
101101
}
102102
};

app/code/Magento/Persistent/Test/Mftf/Test/ShippingQuotePersistedForGuestTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
<resetCookie userInput="persistent_shopping_cart" stepKey="resetPersistentCookie"/>
5555
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="amOnHomePageAfterResetPersistentCookie"/>
5656
<waitForPageLoad stepKey="waitHomePageLoadAfterResetCookie"/>
57-
<!--Check that the minicart is empty-->
58-
<actionGroup ref="assertMiniCartEmpty" after="waitHomePageLoadAfterResetCookie" stepKey="seeMinicartEmpty"/>
5957
<!--Step 4: Add the product to shopping cart and open cart-->
6058
<amOnPage url="{{StorefrontProductPage.url($$createProduct.custom_attributes[url_key]$$)}}" stepKey="navigateToProductPageAsGuestUser"/>
6159
<actionGroup ref="addToCartFromStorefrontProductPage" stepKey="addProductToCartAsGuestUser">

0 commit comments

Comments
 (0)