Hacktoberfest
仓库指标
- Star
- (5,424 star)
- PR 合并指标
- (平均合并 1天 1小时) (30 天内合并 8 个 PR)
描述
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)