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

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

Issue 2644123003: Move ios/ui/suggestions to ios/ui/content_suggestions (Closed)
Patch Set: Rebase 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
« no previous file with comments | « ios/showcase/suggestions/sc_suggestions_coordinator.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8509dea47b56b3323ed001f21bc474e0668b96b1 100644
--- a/ios/showcase/suggestions/sc_suggestions_egtest.mm
+++ b/ios/showcase/suggestions/sc_suggestions_egtest.mm
@@ -16,9 +16,10 @@
@implementation SCSuggestionsTestCase
-// Tests launching TabGridViewController and tapping a cell.
+// Tests launching ContentSuggestionsViewController.
- (void)testLaunchAndTappingCell {
- [[EarlGrey selectElementWithMatcher:grey_text(@"SuggestionsViewController")]
+ [[EarlGrey
+ selectElementWithMatcher:grey_text(@"ContentSuggestionsViewController")]
performAction:grey_tap()];
}
« no previous file with comments | « ios/showcase/suggestions/sc_suggestions_coordinator.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698