google/EarlGrey

Simple waiting API

Open

#150 aperta il 21 giu 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Objective-C (760 fork)batch import
Hacktoberfest

Metriche repository

Star
 (5424 star)
Metriche merge PR
 (Merge medio 1g 1h) (8 PR mergiate in 30 g)

Descrizione

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)

Guida contributor