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

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

Issue 2617393003: [ios] EarlGrey tests for HTTP Authentication. (Closed)
Patch Set: Actually disabled tests on iPad Created 3 years, 11 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_matchers.h
diff --git a/ios/chrome/test/earl_grey/chrome_matchers.h b/ios/chrome/test/earl_grey/chrome_matchers.h
index d69c666c9daea175bef7a9e5c2b048bedcd4a281..75b15e1c4ab0803032fe4eeea8e6f930084e8987 100644
--- a/ios/chrome/test/earl_grey/chrome_matchers.h
+++ b/ios/chrome/test/earl_grey/chrome_matchers.h
@@ -39,6 +39,9 @@ id<GREYMatcher> webViewNotContainingText(std::string text);
// Returns matcher for a StaticHtmlViewController containing |text|.
id<GREYMatcher> staticHtmlViewContainingText(NSString* text);
+// Returns matcher for a cancel button.
+id<GREYMatcher> cancelButton();
+
// Matcher for the navigate forward button.
id<GREYMatcher> forwardButton();

Powered by Google App Engine
This is Rietveld 408576698