Fix frontend tests and linting errors
This commit is contained in:
@@ -234,7 +234,7 @@ describe('CartStore', () => {
|
||||
|
||||
await store.applyCoupon();
|
||||
|
||||
expect(store.error_warning).toBe('Invalid coupon');
|
||||
expect(store.error_coupon).toBe('Invalid coupon');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user