| Index: ui/file_manager/integration_tests/file_manager/suggest_app_dialog.js
|
| diff --git a/ui/file_manager/integration_tests/file_manager/suggest_app_dialog.js b/ui/file_manager/integration_tests/file_manager/suggest_app_dialog.js
|
| index 0c815075cc63a720f22b7445e7bc4143d5218794..bb5752294daabd5562cb0c95323c92331eff3126 100644
|
| --- a/ui/file_manager/integration_tests/file_manager/suggest_app_dialog.js
|
| +++ b/ui/file_manager/integration_tests/file_manager/suggest_app_dialog.js
|
| @@ -53,7 +53,7 @@ testcase.suggestAppDialog = function() {
|
| function(result) {
|
| chrome.test.assertTrue(!!result);
|
| remoteCall.waitForElement(
|
| - appId, '.cws-widget-webview-container:not(.cws-widget-show-spinner)').
|
| + appId, '.cws-widget-spinner-layer:not(.cws-widget-show-spinner)').
|
| then(this.next);
|
| },
|
| // Override task APIs for test.
|
|
|