From 78e99c74361c55fd89b768731bb4ca90f9bb534a Mon Sep 17 00:00:00 2001 From: mbardauskas Date: Wed, 30 May 2018 16:41:43 +0300 Subject: [PATCH] Update APIRef.DeviceObjectAPI.md --- docs/APIRef.DeviceObjectAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/APIRef.DeviceObjectAPI.md b/docs/APIRef.DeviceObjectAPI.md index 71686730e3..5450b6b8df 100644 --- a/docs/APIRef.DeviceObjectAPI.md +++ b/docs/APIRef.DeviceObjectAPI.md @@ -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/m-permissions.js) +Check out Detox's [own test suite](../detox/test/e2e/13.permissions.test.js) ##### 3. Launch from URL Mock opening the app from URL to test your app's deep link handling mechanism.