From 0163bc7acf091df5505e14e6744f635b10d0225c Mon Sep 17 00:00:00 2001 From: Andreas Skielboe Date: Tue, 27 Mar 2018 13:40:05 +0200 Subject: [PATCH] fix broken link to detox permission tests test filename was changed from `l-permissions.js` to `m-permissions.js` --- 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 2a2e5ec895..d73feaee6c 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/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.