Skip to content

Commit

Permalink
fix broken link to detox permission tests (#646)
Browse files Browse the repository at this point in the history
test filename was changed from `l-permissions.js` to `m-permissions.js`
  • Loading branch information
askielboe authored and yershalom committed Apr 4, 2018
1 parent 2f8d315 commit 068fd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/APIRef.DeviceObjectAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Grant or deny runtime permissions for your application.
await device.launchApp({permissions: {calendar: 'YES'}});
```
Detox uses [AppleSimUtils](https://github.com/wix/AppleSimulatorUtils) on iOS to support this functionality. Read about the different types of permissions and how to set them in AppleSimUtils' Readme.
Check out Detox's [own test suite](../detox/test/e2e/l-permissions.js)
Check out Detox's [own test suite](../detox/test/e2e/m-permissions.js)

##### 3. Launch from URL
Mock opening the app from URL to test your app's deep link handling mechanism.
Expand Down

0 comments on commit 068fd53

Please sign in to comment.