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

Unified Diff: chrome/test/data/webui/md_history/history_drawer_test.js

Issue 2375223002: md-settings: Fix back navigation from /resetProfileSettings. (Closed)
Patch Set: Fix failing test. Created 4 years, 2 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: chrome/test/data/webui/md_history/history_drawer_test.js
diff --git a/chrome/test/data/webui/md_history/history_drawer_test.js b/chrome/test/data/webui/md_history/history_drawer_test.js
index 3c14ac339dc72aa4fa7df47bbd232b61ab7757c9..922d063c5af07639bb3e899aa04149edd12adbc8 100644
--- a/chrome/test/data/webui/md_history/history_drawer_test.js
+++ b/chrome/test/data/webui/md_history/history_drawer_test.js
@@ -14,7 +14,7 @@ cr.define('md_history.history_drawer_test', function () {
test('drawer has correct selection', function() {
app.selectedPage_ = 'syncedTabs';
app.hasDrawer_ = true;
- return flush().then(function() {
+ return PolymerTest.flushTasks().then(function() {
var drawer = app.$$('#drawer');
var drawerSideBar = app.$$('#drawer-side-bar');

Powered by Google App Engine
This is Rietveld 408576698