Kaynağa Gözat

chore(test): Reinstate skipped e2e tests

Michael Bromley 2 yıl önce
ebeveyn
işleme
f1753432c4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 orderGuard: ErrorResultGuard<CodegenShop.TestOrderWithPaymentsFragment> =
             createErrorResultGuard(input => !!input.lines);