fix(checkout): refresh expired carts
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user