You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with detox test when testing React Native app. Tests are failing on 120000ms timeout. But test build is successful, app is running in simulator without any issues. The main screen of the app is accessible and fully responsive. So the first element in the test scenario is visible and should be executable.
I am using Detox also with cucumber and Gherkin. But I also tried it only with Detox CLI, but having the same issue.
Every time the test are hanging on the queue.
And when timeout runs out, there is FAIL with:
The app has not responded to the network requests below:
(id = -1000) isReady: {}
Unresponded network requests might result in timeout errors in Detox tests.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have an issue with detox test when testing React Native app. Tests are failing on 120000ms timeout. But test build is successful, app is running in simulator without any issues. The main screen of the app is accessible and fully responsive. So the first element in the test scenario is visible and should be executable.
I am using Detox also with cucumber and Gherkin. But I also tried it only with Detox CLI, but having the same issue.
Every time the test are hanging on the queue.
And when timeout runs out, there is FAIL with:
The app has not responded to the network requests below:
(id = -1000) isReady: {}
Unresponded network requests might result in timeout errors in Detox tests.
Options tried:
https://stackoverflow.com/questions/55820649/react-native-detox-cant-accept-location-permission-from-system-alert-pop-up
https://stackoverflow.com/questions/64932555/setting-app-permissions-for-detox-ios-tests-not-working-properlyhttps://github.com/wix/Detox/pull/2009#issuecomment-648971528
https://www.tabnine.com/code/javascript/modules/detox
https://stackoverflow.com/questions/72044950/detox-tests-hang-with-pending-items-on-dispatch-queue
Shall I ask you for some tips how to fix that?
Beta Was this translation helpful? Give feedback.
All reactions