fix(checkout): show backend start errors

This commit is contained in:
2026-08-25 16:46:12 -03:00
parent 1ad7bccf16
commit b0e2efbdd1

View File

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