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

Unified Diff: ios/web/shell/test/page_state_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
« no previous file with comments | « ios/web/shell/test/navigation_egtest.mm ('k') | ios/web/shell/test/web_shell_navigation_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/page_state_egtest.mm
diff --git a/ios/web/shell/test/web_shell_page_state_egtest.mm b/ios/web/shell/test/page_state_egtest.mm
similarity index 97%
rename from ios/web/shell/test/web_shell_page_state_egtest.mm
rename to ios/web/shell/test/page_state_egtest.mm
index 4e6a09613992236fd576c9b670ef75d2dc8b38bf..055baded6af29c3259f5ddf53c73fe3709a6a608 100644
--- a/ios/web/shell/test/web_shell_page_state_egtest.mm
+++ b/ios/web/shell/test/page_state_egtest.mm
@@ -52,11 +52,10 @@ using web::test::HttpServer;
using web::webViewContainingText;
// Page state test cases for the web shell.
-@interface CRWWebShellPageStateTest : ShellBaseTestCase
-
baxley 2016/07/22 18:36:18 super-tiny nit: Should we make this the same in th
Eugene But (OOO till 7-30) 2016/07/22 22:56:57 There is no rule for this, probably did by acciden
+@interface PageStateTest : ShellBaseTestCase
@end
-@implementation CRWWebShellPageStateTest
+@implementation PageStateTest
// Tests that page scroll position of a page is restored upon returning to the
// page via the back/forward buttons.
« no previous file with comments | « ios/web/shell/test/navigation_egtest.mm ('k') | ios/web/shell/test/web_shell_navigation_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698