-
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
Layer animations pending on bitrise #3185
Comments
I was able to track the problem down to the |
@dbilgin interesting issue. This sounds like a bug with some RN component, which causes an infinite animation.. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
@dbilgin will you be able to give it shot - reproducing this on the template app, as suggested? Thank you. |
@d4vidi for the life of me, I couldn't reproduce this with a clean project, so I came to the conclusion that our main project has some weird config somewhere that's causing this, I just disabled the loading animation on |
I am getting this issue whenever i use |
@xhirazi - Did you find a way around this or did you just uninstall expo-blur? |
not sure about an actual solution, but would mocking BlurView help here? |
Description
A clear and concise description of what the bug is.
Reproduction
I have firebase analytics and performance in the app, last I had was detox version 17.14.9 and I did not have this problem. Ever since I updated to version 19.4.2 at some point my tests start failing by getting stuck with the message below:
I watched with remote connection, the weird thing is there is no animation or anything like that happening, it just hangs in there.
This happened for example when a new screen came into view and when I closed and reopened the screen by hand the tests actually resumed. There is a small loader when the screen first shows and then it disappears, but it does disappear after a very short time.
I haven't experienced this locally yet.
What could the reason be for this and can I work around it somehow? It's just blocking me from updating detox for a while now.
Expected behavior
Tests should not get stuck when there is no animation happening.
Screenshots / Video
Environment
Logs
If you are experiencing a timeout in your test
Device and verbose Detox logs
--loglevel trace
argument and am providing the verbose log below:Detox logs
The text was updated successfully, but these errors were encountered: