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

Unified Diff: ios/web/shell/test/earl_grey/shell_matchers.mm

Issue 1988253002: Add web shell test to navigate with fragment link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make html more readable with single-quotes Created 4 years, 7 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
« no previous file with comments | « no previous file | ios/web/shell/test/web_shell_navigation_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/earl_grey/shell_matchers.mm
diff --git a/ios/web/shell/test/earl_grey/shell_matchers.mm b/ios/web/shell/test/earl_grey/shell_matchers.mm
index ce7762dd372237223d8583d9ff9b9e97701ab6b0..0241ca6e0de851999644931534cecae18b144e41 100644
--- a/ios/web/shell/test/earl_grey/shell_matchers.mm
+++ b/ios/web/shell/test/earl_grey/shell_matchers.mm
@@ -67,7 +67,7 @@ id<GREYMatcher> addressField() {
};
DescribeToBlock describe = ^(id<GREYDescription> description) {
- [description appendText:@"web view containing "];
+ [description appendText:@"address field containing "];
[description appendText:text];
};
« no previous file with comments | « no previous file | ios/web/shell/test/web_shell_navigation_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698