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

Unified Diff: ui/file_manager/integration_tests/file_manager/suggest_app_dialog.js

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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: 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.
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/suggest_apps_dialog.js ('k') | ui/ozone/platform/drm/gpu/drm_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698