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

Unified Diff: ios/showcase/suggestions/sc_suggestions_egtest.mm

Issue 2644123003: Move ios/ui/suggestions to ios/ui/content_suggestions (Closed)
Patch Set: 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/showcase/suggestions/sc_suggestions_egtest.mm
diff --git a/ios/showcase/suggestions/sc_suggestions_egtest.mm b/ios/showcase/suggestions/sc_suggestions_egtest.mm
index 5a8ec1f92250ef31a11452cc3dfed0ff94d35219..f910b9b9c3a8441a31ef709e9d03a50862e45c59 100644
--- a/ios/showcase/suggestions/sc_suggestions_egtest.mm
+++ b/ios/showcase/suggestions/sc_suggestions_egtest.mm
@@ -18,7 +18,8 @@
// Tests launching TabGridViewController and tapping a cell.
lpromero 2017/01/20 12:15:44 Amend this comment.
gambard 2017/01/20 12:32:12 Done.
- (void)testLaunchAndTappingCell {
- [[EarlGrey selectElementWithMatcher:grey_text(@"SuggestionsViewController")]
+ [[EarlGrey
+ selectElementWithMatcher:grey_text(@"ContentSuggestionsViewController")]
performAction:grey_tap()];
}

Powered by Google App Engine
This is Rietveld 408576698