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()]; |
} |