| Index: ios/web/shell/test/earl_grey/web_shell_test_case.mm
|
| diff --git a/ios/web/shell/test/earl_grey/shell_base_test_case.mm b/ios/web/shell/test/earl_grey/web_shell_test_case.mm
|
| similarity index 94%
|
| rename from ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| rename to ios/web/shell/test/earl_grey/web_shell_test_case.mm
|
| index c3d47dc9ddf6ea1db6faf60844c929f4989a8505..0c645735ca4955ae0dfb82fa49155b911ce7e3dc 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| +++ b/ios/web/shell/test/earl_grey/web_shell_test_case.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import "ios/web/shell/test/earl_grey/shell_base_test_case.h"
|
| +#import "ios/web/shell/test/earl_grey/web_shell_test_case.h"
|
|
|
| #import <EarlGrey/EarlGrey.h>
|
|
|
| @@ -16,7 +16,7 @@
|
| using web::test::HttpServer;
|
| using web::WebViewContainingText;
|
|
|
| -@implementation ShellBaseTestCase
|
| +@implementation WebShellTestCase
|
|
|
| // Overrides |testInvocations| to skip all tests if a system alert view is
|
| // shown, since this isn't a case a user would encounter (i.e. they would
|
|
|