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

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

Issue 2597253002: [ios] Re-enabled testScrollPositionRestoring on device. (Closed)
Patch Set: Merged with origin/master 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
« no previous file with comments | « no previous file | no next file » | 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/page_state_egtest.mm b/ios/web/shell/test/page_state_egtest.mm
index a6e6139bce255a6c59c92dbf588a47e8d48e9067..dd11441d4baa2a30a1f2d26827f22fb95a5d6891 100644
--- a/ios/web/shell/test/page_state_egtest.mm
+++ b/ios/web/shell/test/page_state_egtest.mm
@@ -57,15 +57,9 @@ using web::test::HttpServer;
@implementation PageStateTestCase
-// TODO(crbug.com/675015): Re-enable this test on device.
-#if TARGET_IPHONE_SIMULATOR
-#define MAYBE_testScrollPositionRestoring testScrollPositionRestoring
-#else
-#define MAYBE_testScrollPositionRestoring FLAKY_testScrollPositionRestoring
-#endif
// Tests that page scroll position of a page is restored upon returning to the
// page via the back/forward buttons.
-- (void)MAYBE_testScrollPositionRestoring {
+- (void)testScrollPositionRestoring {
// TODO(crbug.com/670700): Re-enable this test.
if (!base::ios::IsRunningOnIOS10OrLater()) {
EARL_GREY_TEST_DISABLED(@"Test disabled on pre-iOS 10");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698