Browse Source

fixed detox update

Daniel Zlotin 7 years ago
parent
commit
9894d0a237
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      e2e/init.js

+ 1
- 1
e2e/init.js View File

@@ -7,7 +7,7 @@ before(async () => {
7 7
     configurations: {
8 8
       ios: {
9 9
         binaryPath: process.env.detoxAppBuildPath,
10
-        type: 'simulator',
10
+        type: 'ios.simulator',
11 11
         name: 'iPhone 7'
12 12
       }
13 13
     }