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

Unified Diff: ios/web/shell/test/navigation_egtest.mm

Issue 2170243002: [ios] Implemented Meta Tags EarlGrey tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-tests
Patch Set: Addressed review comments Created 4 years, 5 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/navigation_egtest.mm
diff --git a/ios/web/shell/test/web_shell_navigation_egtest.mm b/ios/web/shell/test/navigation_egtest.mm
similarity index 98%
rename from ios/web/shell/test/web_shell_navigation_egtest.mm
rename to ios/web/shell/test/navigation_egtest.mm
index 6a69776cc8e0e18f44ed69f788c4a5d0b05acfd5..2926972e6ace7557f1d78dc7efa68a7ad6a6975e 100644
--- a/ios/web/shell/test/web_shell_navigation_egtest.mm
+++ b/ios/web/shell/test/navigation_egtest.mm
@@ -22,11 +22,11 @@
// Navigation test cases for the web shell. These are Earl Grey integration
// tests, which are based on XCTest.
-@interface CRWWebShellNavigationTest : ShellBaseTestCase
+@interface NavigationTest : ShellBaseTestCase
@end
-@implementation CRWWebShellNavigationTest
+@implementation NavigationTest
// Tests clicking a link to about:blank.
- (void)testNavigationLinkToAboutBlank {

Powered by Google App Engine
This is Rietveld 408576698