Skip to content
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

Reduce flakiness by improving some checks to ensure the app is ready. #61

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

gabriellanata
Copy link
Contributor

Changes:

  1. Ensures the runloop is fully flushed before continuing
  2. Force enables the accessibility engine and waits for it to load if it is the first time loading on a device
  3. Improve detection for view did appear to hopefully detect when the window's root view controller has completed appearance better and reduce issues from slow sim boot
  4. Check for unfinished animations with the assumption that we can use those for transitions.
  5. Adds a new settings object to be able to configure some of these options

@gabriellanata
Copy link
Contributor Author

marcosgriselli
marcosgriselli previously approved these changes Jan 8, 2025
@gabriellanata
Copy link
Contributor Author

/rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants