| 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');
|
| });
|
|
|
|
|