fix(checkout): refresh expired carts

This commit is contained in:
2026-08-25 16:47:17 -03:00
parent b0e2efbdd1
commit e4f9d38e82

View File

@@ -706,7 +706,6 @@ describe('StoreLayoutComponent', () => {
const loadCart = vi.spyOn(TestBed.inject(CartService), 'loadCart');
fixture.detectChanges();
loadCart.mockClear();
fixture.detectChanges();
await (fixture.componentInstance as any).onCheckoutClick();