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

Unified Diff: chrome/test/data/webui/settings/import_data_dialog_test.js

Issue 2596083002: MD Settings: Defer opening Import Dialog dialog to prevent UI flicker (Closed)
Patch Set: Update test Created 4 years 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 | « chrome/browser/resources/settings/people_page/import_data_dialog.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/import_data_dialog_test.js
diff --git a/chrome/test/data/webui/settings/import_data_dialog_test.js b/chrome/test/data/webui/settings/import_data_dialog_test.js
index 703a00f674e717b3e5c23a1d33babe79c26cc8c4..d053879752555a9328736123f3613e9e617af045 100644
--- a/chrome/test/data/webui/settings/import_data_dialog_test.js
+++ b/chrome/test/data/webui/settings/import_data_dialog_test.js
@@ -95,8 +95,8 @@ suite('ImportDataDialog', function() {
dialog = document.createElement('settings-import-data-dialog');
dialog.set('prefs', prefs);
document.body.appendChild(dialog);
- assertTrue(dialog.$.dialog.open);
return browserProxy.whenCalled('initializeImportDialog').then(function() {
+ assertTrue(dialog.$.dialog.open);
Polymer.dom.flush();
});
});
« no previous file with comments | « chrome/browser/resources/settings/people_page/import_data_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698