From ee543ecf86824d1c0aec22cfaede4ed3c9548311 Mon Sep 17 00:00:00 2001 From: Eli White Date: Tue, 28 Aug 2018 12:41:46 -0700 Subject: [PATCH] Bump Detox to 8.2.3 Summary: 8.2.2 was a broken version, bumping to 8.2.3. Reviewed By: yungsters Differential Revision: D9539442 fbshipit-source-id: 554cc34261d988464671d0c4e4a7a18b6d495b73 --- .circleci/config.yml | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f30107e86..475c3a676 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -459,11 +459,9 @@ jobs: - run: name: Build iOS app for simulator command: yarn run build-ios-e2e - # TODO: Fix these failing tests. - - run: *display-broken-tests-warning - run: - name: Run Detox Tests (Disabled) - command: ./scripts/circleci/exec_author_check.sh yarn run test-ios-e2e + name: Run Detox Tests + command: yarn run test-ios-e2e # Set up an Android environment for downstream jobs test_android: diff --git a/package.json b/package.json index d72bbe2e5..3547df286 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "async": "^2.4.0", "babel-eslint": "9.0.0-beta.2", "babel-generator": "^6.26.0", - "detox": "^8.0.0", + "detox": "^8.2.3", "eslint": "5.1.0", "eslint-config-fb-strict": "22.1.0", "eslint-config-fbjs": "2.0.1",