Browse Source

fixed detox update

Daniel Zlotin 8 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
     configurations: {
7
     configurations: {
8
       ios: {
8
       ios: {
9
         binaryPath: process.env.detoxAppBuildPath,
9
         binaryPath: process.env.detoxAppBuildPath,
10
-        type: 'simulator',
10
+        type: 'ios.simulator',
11
         name: 'iPhone 7'
11
         name: 'iPhone 7'
12
       }
12
       }
13
     }
13
     }