Search code examples
iosreact-nativedetox

React-Native and Detox: cannot close location popup


my React-Native app is asking location permission on iOS (where I am testing), unfortunately all the tests fail because at the start the app asks location permission and with Detox I cannot target and tap on the Allow button in the popup.

Any hint?


Solution

  • device.launchApp({ permissions: { location: 'inuse' } });