google / EarlGrey

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

Fix main thread checker alert caused by failed synchronization. #1923

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Fix main thread checker alert caused by failed synchronization.

The failed synchronization will check idling resources again and list the uncompleted idling resources. This iteration should be called on main thread because some idling resources, e.g., GREYWKWebViewIdlingResource, access views' properties.