You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
per slack discussion with @tirodkar: waitFor(withTimeout:)
In my customized Espresso I can wrap a matcher with waitFor(...). Implementing the same waiting via a condition in EarlGrey works but it's a lot more code. I think it'd be worth investigating a simpler API for waiting (not having to explicitly create a GREYCondition)
The text was updated successfully, but these errors were encountered:
per slack discussion with @tirodkar:
waitFor(withTimeout:)
In my customized Espresso I can wrap a matcher with
waitFor(...)
. Implementing the same waiting via a condition in EarlGrey works but it's a lot more code. I think it'd be worth investigating a simpler API for waiting (not having to explicitly create aGREYCondition
)The text was updated successfully, but these errors were encountered: