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

Instability testing with Xcode 15 #1980

Open
joemantey opened this issue Oct 2, 2023 · 1 comment
Open

Instability testing with Xcode 15 #1980

joemantey opened this issue Oct 2, 2023 · 1 comment

Comments

@joemantey
Copy link

Using EarlGrey with Xcode 15 in our project, we are seeing several issues

  • We are get a lot of application waiting to idle errors that we aren't seeing when running EarlGrey on Xcode 14. We have to turn off synchronization to test the app
  • Some tapping motions aren't performing the tap correctly, particularly on UITabBar
  • Matchers with grey_interactable() are failing even though the selected element is there and interactable

Wanted to know if others are also dealing with these or any other issues as I can either modify the way we're writing tests or start to look at improvements to EG2'S Xcode 15 compatibility

(We are running on the latest commit of EarlGrey)

@otnielyehezkiel
Copy link

otnielyehezkiel commented Oct 14, 2023

Matchers with grey_interactable() are failing even though the selected element is there and interactable

we also experienced the same

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

No branches or pull requests

2 participants