Skip to content

Commit

Permalink
chore(test): Reinstate skipped e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 18, 2023
1 parent 3322a56 commit f175343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/e2e/order-promotion.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ describe('Promotions applied to Orders', () => {
});
});

describe.only('usage limit', () => {
describe('usage limit', () => {
const TEST_COUPON_CODE = 'TESTCOUPON';
const orderGuard: ErrorResultGuard<CodegenShop.TestOrderWithPaymentsFragment> =
createErrorResultGuard(input => !!input.lines);
Expand Down

0 comments on commit f175343

Please sign in to comment.