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

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

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.mm
diff --git a/ios/chrome/test/earl_grey/chrome_matchers.mm b/ios/chrome/test/earl_grey/chrome_matchers.mm
index 5478f04d7419679bc233b1b03191ebd2a0091b87..c721e1828a1c57f9879c9e8e7a0098b1b84ef665 100644
--- a/ios/chrome/test/earl_grey/chrome_matchers.mm
+++ b/ios/chrome/test/earl_grey/chrome_matchers.mm
@@ -164,6 +164,10 @@ id<GREYMatcher> staticHtmlViewContainingText(NSString* text) {
nil);
}
+id<GREYMatcher> cancelButton() {
+ return buttonWithAccessibilityLabelId(IDS_CANCEL);
+}
+
id<GREYMatcher> forwardButton() {
return buttonWithAccessibilityLabelId(IDS_ACCNAME_FORWARD);
}
« ios/chrome/browser/web/http_auth_egtest.mm ('K') | « ios/chrome/test/earl_grey/chrome_matchers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698