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
12:39:54.669 detox[85916] i The app is busy with the following tasks:
• The event "Runloop Perform Block" is taking place with object: "Main Run Loop".
• Run loop "Main Run Loop" is awake.
• There are 1 work items pending on the dispatch queue: "Main Queue (<OS_dispatch_queue_main: com.apple.main-thread>)".
The error only occurs randomly, sometimes after 20 tests, sometimes even on a first try, and the thing I notice is that it executes beforeEach and the test does not run after
Also, should I use detox.init()? I could not find specific info on how or where to use it..
What was the expected behavior?
No response
Was it tested on the latest Detox?
I have tested this issue on the latest Detox release and it still reproduces.
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.27.5
React Native version: 0.75.4
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: 22.8.1
Test-runner (select one): jest
Detox logs
Detox logs
12:39:54.669 detox[85916] i The app is busy with the following tasks:
• The event "Runloop Perform Block" is taking place with object: "Main Run Loop".
• Run loop "Main Run Loop" is awake.
• There are 1 work items pending on the dispatch queue: "Main Queue (<OS_dispatch_queue_main: com.apple.main-thread>)".```
</details>
### Device logs
<details><summary>Device logs</summary>
paste logs here!
</details>
### More data, please!
_No response_
The text was updated successfully, but these errors were encountered:
What happened?
I'm receiving the next error when running tests:
12:39:54.669 detox[85916] i The app is busy with the following tasks:
• The event "Runloop Perform Block" is taking place with object: "Main Run Loop".
• Run loop "Main Run Loop" is awake.
• There are 1 work items pending on the dispatch queue: "Main Queue (<OS_dispatch_queue_main: com.apple.main-thread>)".
My test file looks this way:
The error only occurs randomly, sometimes after 20 tests, sometimes even on a first try, and the thing I notice is that it executes beforeEach and the test does not run after
Also, should I use detox.init()? I could not find specific info on how or where to use it..
What was the expected behavior?
No response
Was it tested on the latest Detox?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.27.5
React Native version: 0.75.4
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: 22.8.1
Test-runner (select one): jest
Detox logs
Detox logs
paste logs here!
The text was updated successfully, but these errors were encountered: