| Index: ios/showcase/content_suggestions/sc_content_suggestions_egtest.mm
|
| diff --git a/ios/showcase/suggestions/sc_suggestions_egtest.mm b/ios/showcase/content_suggestions/sc_content_suggestions_egtest.mm
|
| similarity index 85%
|
| rename from ios/showcase/suggestions/sc_suggestions_egtest.mm
|
| rename to ios/showcase/content_suggestions/sc_content_suggestions_egtest.mm
|
| index 8509dea47b56b3323ed001f21bc474e0668b96b1..706062b79c87aaa924cd7f69310109fdedfafb35 100644
|
| --- a/ios/showcase/suggestions/sc_suggestions_egtest.mm
|
| +++ b/ios/showcase/content_suggestions/sc_content_suggestions_egtest.mm
|
| @@ -11,10 +11,10 @@
|
| #endif
|
|
|
| // Tests for the suggestions view controller.
|
| -@interface SCSuggestionsTestCase : ShowcaseTestCase
|
| +@interface SCContentSuggestionsTestCase : ShowcaseTestCase
|
| @end
|
|
|
| -@implementation SCSuggestionsTestCase
|
| +@implementation SCContentSuggestionsTestCase
|
|
|
| // Tests launching ContentSuggestionsViewController.
|
| - (void)testLaunchAndTappingCell {
|
|
|