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

Unified Diff: ios/chrome/browser/ui/history/history_ui_egtest.mm

Issue 2685803002: Fixed title updating for back forward navigation. (Closed)
Patch Set: Created 3 years, 10 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/chrome/browser/ui/history/history_ui_egtest.mm
diff --git a/ios/chrome/browser/ui/history/history_ui_egtest.mm b/ios/chrome/browser/ui/history/history_ui_egtest.mm
index df453b4fc70f852fb14fcce38abbf1bad9758da4..02c6255542d3645a8423731661348401be7c8ef9 100644
--- a/ios/chrome/browser/ui/history/history_ui_egtest.mm
+++ b/ios/chrome/browser/ui/history/history_ui_egtest.mm
@@ -273,8 +273,7 @@ void MockSignIn() {
}
// Tests that history is not changed after performing back navigation.
-// TODO(crbug.com/688047): Enable this test.
-- (void)DISABLED_testHistoryUpdateAfterBackNavigation {
+- (void)testHistoryUpdateAfterBackNavigation {
[ChromeEarlGrey loadURL:_URL1];
[ChromeEarlGrey loadURL:_URL2];

Powered by Google App Engine
This is Rietveld 408576698