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 58b4b5dc483bfd4348675bd28b0c6ba88ec45817..981c807fcc6b6c7418545c691803f255c71372fc 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, '#suggest-app-dialog:not(.show-spinner)'). |
+ appId, '#suggest-app-dialog #webview-container:not(.show-spinner)'). |
then(this.next); |
}, |
// Override task APIs for test. |