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