fix(checkout): refresh expired carts
This commit is contained in:
@@ -706,7 +706,6 @@ describe('StoreLayoutComponent', () => {
|
|||||||
const loadCart = vi.spyOn(TestBed.inject(CartService), 'loadCart');
|
const loadCart = vi.spyOn(TestBed.inject(CartService), 'loadCart');
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
loadCart.mockClear();
|
loadCart.mockClear();
|
||||||
fixture.detectChanges();
|
|
||||||
|
|
||||||
await (fixture.componentInstance as any).onCheckoutClick();
|
await (fixture.componentInstance as any).onCheckoutClick();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user