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

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

Issue 1105783002: Fix flakiness in FileManager SuggestAppDialog test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/chromeos/file_manager/file_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 | « chrome/browser/chromeos/file_manager/file_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698