-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck in "Waiting for window's root view controller's view to appear." #660
Comments
It's a bug in the Detox printer. We already have an issue on the topic of bad printing (#560).
Something is ill-defined in your app—I'd guess in how it is being started in the native part. I'm tempted to close as "stack overflow", but let's see. |
I see you already have a question on Stack Overflow. |
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the |
I'm seeing the same thing, but only when having a |
Description
Detox gets stuck waiting for an element to appear. The element is visible only the screen and the testID ist set.
When running --debug-synchronization 3000 it shows
App State: undefined
Steps to Reproduce
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
If just running with
--debug-synchronization
endless loop of:
If just running with
--debug-synchronization --loglevel verbose
I am not sure if
App State: undefined
is a bug that is why I posted it here in addition to stackoverflowthank you very much in advance
The text was updated successfully, but these errors were encountered: