Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: ios/chrome/test/earl_grey/chrome_earl_grey.h

Issue 2806743004: Fixing testBrowsingPostEntryWithButton flakiness. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/test/earl_grey/chrome_earl_grey.h
diff --git a/ios/chrome/test/earl_grey/chrome_earl_grey.h b/ios/chrome/test/earl_grey/chrome_earl_grey.h
index 45e4d91689809ed6337a0d96c4236b4d3914db70..b3c39128afb0fecd94ce9de61c5afe23b0dabf48 100644
--- a/ios/chrome/test/earl_grey/chrome_earl_grey.h
+++ b/ios/chrome/test/earl_grey/chrome_earl_grey.h
@@ -65,6 +65,9 @@ id ExecuteJavaScript(NSString* javascript,
// Waits for a Chrome error page. If it is not found, a GREYAssert is induced.
+ (void)waitForErrorPage;
+
+// Waits for omnibox to be |text|. If it is not found, a GREYAssert is induced.
++ (void)waitForOmniboxText:(NSString*)text;
@end
#endif // IOS_CHROME_TEST_EARL_GREY_CHROME_EARL_GREY_H_

Powered by Google App Engine
This is Rietveld 408576698