-
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
Crash in _prettyPrintAppStateTracker #418
Comments
I'm having the same issue. The app crashes and the tests timeout. Crash log:
Here is the full code on branch Run: |
If I run: it('should find a component', async () => {
const e = element(by.id('xxx'))
console.log('xxx -->', e)
await expect(e).toBeVisible()
})
}) It does find the element:
The error happens when trying to run the line |
I experienced the same error - thanks for the fast fix!
Do you have any further tips for debugging to check if the crash I experience is related to the original bug? |
This was fixed and is no longer called. Specifically, |
I've got this error while running https://github.com/wix/detox/tree/master/examples/demo-react-native-jest example for ios
yarn test-ios
The text was updated successfully, but these errors were encountered: