-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 when tapping on People menu item #20112
Labels
Comments
crazytonyli
added a commit
that referenced
this issue
Feb 9, 2023
4 tasks
mokagio
added a commit
that referenced
this issue
Feb 10, 2023
This relates to the issue reported in #20112. The test _doesn't actually catch the crash_. When the People screen loads from the UI tests, it gets stuck in some kind of loading loop where the animation continually restarts. I decided to not investigate this further because the issue with the loading loop is likely due to outdated or incomplete API request JSON stubs and I don't have the time at this point to chase that down I decide to keep the test anyway because it's a valuable starting point to ensure that the people screen is available and interactive.
4 tasks
mokagio
added a commit
that referenced
this issue
Feb 10, 2023
This relates to the issue reported in #20112. The test _doesn't actually catch the crash_. When the People screen loads from the UI tests, it gets stuck in some kind of loading loop where the animation continually restarts. I decided to not investigate this further because the issue with the loading loop is likely due to outdated or incomplete API request JSON stubs and I don't have the time at this point to chase that down I decide to keep the test anyway because it's a valuable starting point to ensure that the people screen is available and interactive.
mokagio
added a commit
that referenced
this issue
Feb 14, 2023
This relates to the issue reported in #20112. The test _doesn't actually catch the crash_. When the People screen loads from the UI tests, it gets stuck in some kind of loading loop where the animation continually restarts. I decided to not investigate this further because the issue with the loading loop is likely due to outdated or incomplete API request JSON stubs and I don't have the time at this point to chase that down I decide to keep the test anyway because it's a valuable starting point to ensure that the people screen is available and interactive.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Tapping on the People menu item should open the People screen
Actual behavior
The app crashes
Steps to reproduce the behavior
Notes
This crash was introduced in 21.7. No crash on 21.6 (the most recent app store release).
Likely a regression caused by Core Data changes:
Tested on WPiOS 21.7
The text was updated successfully, but these errors were encountered: