| Index: ios/web/shell/test/earl_grey/shell_earl_grey.h
|
| diff --git a/ios/web/shell/test/earl_grey/shell_earl_grey.h b/ios/web/shell/test/earl_grey/shell_earl_grey.h
|
| index cc88f85ab5c18a6224f9ce487405160689cdf3c0..7bda10c4c95f053bac7b82ada01ff75da0b3e7c8 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_earl_grey.h
|
| +++ b/ios/web/shell/test/earl_grey/shell_earl_grey.h
|
| @@ -19,6 +19,10 @@
|
| // a timeout.
|
| + (void)loadURL:(const GURL&)URL;
|
|
|
| +// Waits for the current web view to contain |text|. If the condition is not met
|
| +// within a timeout, a GREYAssert is induced.
|
| ++ (void)waitForWebViewContainingText:(NSString*)text;
|
| +
|
| @end
|
|
|
| #endif // IOS_WEB_SHELL_TEST_EARL_GREY_SHELL_EARL_GREY_H_
|
|
|