Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(774)

Unified Diff: ios/web/shell/test/earl_grey/shell_base_test_case.mm

Issue 2665423002: Update web shell app to not load dev.chromium.org on launch. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698