| Index: ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| diff --git a/ios/web/shell/test/earl_grey/shell_base_test_case.mm b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| index ee55194b0fa21e28d64c8e438edaace2bdbe55c4..c3d47dc9ddf6ea1db6faf60844c929f4989a8505 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| +++ b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| @@ -39,8 +39,6 @@ using web::WebViewContainingText;
|
| // Set up called once for the class.
|
| + (void)setUp {
|
| [super setUp];
|
| - [[EarlGrey selectElementWithMatcher:WebViewContainingText("Chromium")]
|
| - assertWithMatcher:grey_notNil()];
|
| HttpServer::GetSharedInstance().StartOrDie();
|
| }
|
|
|
|
|