google / EarlGrey

:tea: iOS UI Automation Test Framework
http://google.github.io/EarlGrey/
Apache License 2.0
5.61k stars 740 forks source link

Instability testing with Xcode 15 #1980

Open joemantey opened 11 months ago

joemantey commented 11 months ago

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

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 commented 11 months ago

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

we also experienced the same