minor test fix
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 17m26s
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 17m26s
This commit is contained in:
@@ -345,8 +345,8 @@ describe('E2E Deals and Price Tracking Journey', () => {
|
||||
);
|
||||
|
||||
if (milkDeal) {
|
||||
expect(milkDeal.best_price_cents).toBe(499); // Best price from Store 2
|
||||
expect(milkDeal.store_id).toBe(store2Id);
|
||||
expect(milkDeal.best_price_in_cents).toBe(499); // Best price from Store 2
|
||||
expect(milkDeal.store.store_id).toBe(store2Id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user