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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/test_cases.js

Issue 115253002: [Files.app] Fix a potential error in ShareDialog/FileManagerBrowserTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years 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/test/data/chromeos/file_manager/share_dialog_mock/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/file_manager_browsertest/test_cases.js
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/test_cases.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/test_cases.js
index 96345fbbb7a137c0c7155c561d1b47fa5f2106cc..d161f5cad06759d1d7288eb0d48fdd21d05876c4 100644
--- a/chrome/test/data/extensions/api_test/file_manager_browsertest/test_cases.js
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/test_cases.js
@@ -982,6 +982,7 @@ testcase.intermediate.share = function(path) {
this.next);
},
function(result) {
+ chrome.test.assertTrue(!!result);
callRemoteTestUtil('waitForStyles',
appId,
[{
@@ -1003,6 +1004,7 @@ testcase.intermediate.share = function(path) {
},
// Wait until the share dialog's contents are hidden.
function(result) {
+ chrome.test.assertTrue(!!result);
callRemoteTestUtil('waitForElement',
appId,
['.share-dialog-webview-wrapper.loaded',
« no previous file with comments | « chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698