From 1ad7bccf163c8a83ed144de002c979f8ac7d5ea8 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Tue, 25 Aug 2026 16:47:17 -0300 Subject: [PATCH] fix(checkout): refresh expired carts --- src/app/core/layout/store-layout/store-layout.component.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/core/layout/store-layout/store-layout.component.spec.ts b/src/app/core/layout/store-layout/store-layout.component.spec.ts index a55b4d0..ceb989e 100644 --- a/src/app/core/layout/store-layout/store-layout.component.spec.ts +++ b/src/app/core/layout/store-layout/store-layout.component.spec.ts @@ -707,6 +707,7 @@ describe('StoreLayoutComponent', () => { fixture.detectChanges(); loadCart.mockClear(); fixture.detectChanges(); + loadCart.mockClear(); await (fixture.componentInstance as any).onCheckoutClick();