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

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

Issue 2769593002: MD Settings/Downloads: show file chooser after CHANGE button ripple completes (Closed)
Patch Set: test fix Created 3 years, 9 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/settings/downloads_page_test.js
diff --git a/chrome/test/data/webui/settings/downloads_page_test.js b/chrome/test/data/webui/settings/downloads_page_test.js
index c8af19cce18ce68829e9113e63d7357b86b46ced..c9f50ce9e295685efcacc17e370e79cc350afa98 100644
--- a/chrome/test/data/webui/settings/downloads_page_test.js
+++ b/chrome/test/data/webui/settings/downloads_page_test.js
@@ -61,6 +61,7 @@ suite('DownloadsHandler', function() {
var button = downloadsPage.$$('#changeDownloadsPath');
assertTrue(!!button);
MockInteractions.tap(button);
+ button.fire('transitionend');
return DownloadsBrowserProxy.whenCalled('selectDownloadLocation');
});

Powered by Google App Engine
This is Rietveld 408576698