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
Describe the bug
After a few successful steps, the test pauses before executing the next .tap() action. Android logcat shows I Detox : UIManagerModule is busy..
I run my test with await device.disableSynchronization();. Why is the execution stopped?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this reporsitory, read this discussion.
Describe the bug
After a few successful steps, the test pauses before executing the next
.tap()
action. Android logcat showsI Detox : UIManagerModule is busy.
.I run my test with
await device.disableSynchronization();
. Why is the execution stopped?To Reproduce
Environment (please complete the following information):
Device and Verbose Detox Logs
The next button
.tap()
is not executed.The text was updated successfully, but these errors were encountered: