File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Checkout/view/frontend/web/js/model/cart/totals-processor
Persistent/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ define([
96
96
// ) {
97
97
// quote.setTotals(cartCache.get('totals'));
98
98
// } else {
99
- return loadFromServer ( address ) ;
99
+ return loadFromServer ( address ) ;
100
100
// }
101
101
}
102
102
} ;
Original file line number Diff line number Diff line change 54
54
<resetCookie userInput =" persistent_shopping_cart" stepKey =" resetPersistentCookie" />
55
55
<amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" amOnHomePageAfterResetPersistentCookie" />
56
56
<waitForPageLoad stepKey =" waitHomePageLoadAfterResetCookie" />
57
- <!-- Check that the minicart is empty-->
58
- <actionGroup ref =" assertMiniCartEmpty" after =" waitHomePageLoadAfterResetCookie" stepKey =" seeMinicartEmpty" />
59
57
<!-- Step 4: Add the product to shopping cart and open cart-->
60
58
<amOnPage url =" {{StorefrontProductPage.url($$createProduct.custom_attributes[url_key]$$)}}" stepKey =" navigateToProductPageAsGuestUser" />
61
59
<actionGroup ref =" addToCartFromStorefrontProductPage" stepKey =" addProductToCartAsGuestUser" >
You can’t perform that action at this time.
0 commit comments