fix(checkout): refresh expired carts

This commit is contained in:
2026-08-25 16:47:17 -03:00
parent a1d6585b54
commit 1ad7bccf16

View File

@@ -707,6 +707,7 @@ describe('StoreLayoutComponent', () => {
fixture.detectChanges();
loadCart.mockClear();
fixture.detectChanges();
loadCart.mockClear();
await (fixture.componentInstance as any).onCheckoutClick();