Browse Source

chore(test): Reinstate skipped e2e tests

Michael Bromley 2 years ago
parent
commit
f1753432c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/e2e/order-promotion.e2e-spec.ts

+ 1 - 1
packages/core/e2e/order-promotion.e2e-spec.ts

@@ -1663,7 +1663,7 @@ describe('Promotions applied to Orders', () => {
         });
         });
     });
     });
 
 
-    describe.only('usage limit', () => {
+    describe('usage limit', () => {
         const TEST_COUPON_CODE = 'TESTCOUPON';
         const TEST_COUPON_CODE = 'TESTCOUPON';
         const orderGuard: ErrorResultGuard<CodegenShop.TestOrderWithPaymentsFragment> =
         const orderGuard: ErrorResultGuard<CodegenShop.TestOrderWithPaymentsFragment> =
             createErrorResultGuard(input => !!input.lines);
             createErrorResultGuard(input => !!input.lines);