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",