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

Unified Diff: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc

Issue 1067983002: browser_tests for searching within Downloads in Files (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 | « no previous file | ui/file_manager/integration_tests/file_manager/file_display.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
diff --git a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
index 7baadbe023f3f9a3dce85e48d52508af28365070..b041b8fe764ef719f50cc26788e5709552ec20e0 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -830,7 +830,10 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "fileDisplayDownloads"),
TestParameter(IN_GUEST_MODE, "fileDisplayDownloads"),
TestParameter(NOT_IN_GUEST_MODE, "fileDisplayDrive"),
- TestParameter(NOT_IN_GUEST_MODE, "fileDisplayMtp")));
+ TestParameter(NOT_IN_GUEST_MODE, "fileDisplayMtp"),
+ TestParameter(NOT_IN_GUEST_MODE, "searchNormal"),
+ TestParameter(NOT_IN_GUEST_MODE, "searchCaseInsensitive"),
+ TestParameter(NOT_IN_GUEST_MODE, "searchNotFound")));
// Slow tests are disabled on debug build. http://crbug.com/327719
// Fails on official build. http://crbug.com/429294
« no previous file with comments | « no previous file | ui/file_manager/integration_tests/file_manager/file_display.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698