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

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

Issue 2275303004: Context menu egtests, plus related utilities. (Closed)
Patch Set: Reviewable. Created 4 years, 4 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/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 88e6e1222014c38f82c679367efa5746970ca771..8e7dea994bcb47aaf7aec58bd7ffd7b0f1478bf2 100644
--- a/ios/web/shell/test/earl_grey/shell_matchers.mm
+++ b/ios/web/shell/test/earl_grey/shell_matchers.mm
@@ -24,6 +24,10 @@ id<GREYMatcher> webViewCssSelector(std::string selector) {
return webViewCssSelector(std::move(selector), web_state);
}
+id<GREYMatcher> webView() {
+ return webViewInWebState(shell_test_util::GetCurrentWebState());
+}
+
id<GREYMatcher> webViewScrollView() {
return webViewScrollView(shell_test_util::GetCurrentWebState());
}
« ios/web/shell/test/earl_grey/shell_actions.h ('K') | « ios/web/shell/test/earl_grey/shell_matchers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698