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

Side by Side Diff: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc

Issue 2080613002: Quick View: Add a test that checks Quick View opens with Space key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/test_util_base.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <stddef.h> 5 #include <stddef.h>
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "base/strings/utf_string_conversions.h" 8 #include "base/strings/utf_string_conversions.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h" 9 #include "chrome/browser/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/chromeos/file_manager/file_manager_browsertest_base.h" 10 #include "chrome/browser/chromeos/file_manager/file_manager_browsertest_base.h"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 #endif 189 #endif
190 WRAPPED_INSTANTIATE_TEST_CASE_P( 190 WRAPPED_INSTANTIATE_TEST_CASE_P(
191 MAYBE_Delete, 191 MAYBE_Delete,
192 FileManagerBrowserTest, 192 FileManagerBrowserTest,
193 ::testing::Values( 193 ::testing::Values(
194 TestParameter(NOT_IN_GUEST_MODE, 194 TestParameter(NOT_IN_GUEST_MODE,
195 "deleteMenuItemIsDisabledWhenNoItemIsSelected"), 195 "deleteMenuItemIsDisabledWhenNoItemIsSelected"),
196 TestParameter(NOT_IN_GUEST_MODE, "deleteOneItemFromToolbar"))); 196 TestParameter(NOT_IN_GUEST_MODE, "deleteOneItemFromToolbar")));
197 197
198 WRAPPED_INSTANTIATE_TEST_CASE_P( 198 WRAPPED_INSTANTIATE_TEST_CASE_P(
199 QuickView,
200 FileManagerBrowserTest,
201 ::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "openQuickView")));
202
203 WRAPPED_INSTANTIATE_TEST_CASE_P(
199 DetailsPanel, 204 DetailsPanel,
200 FileManagerDetailsPanelBrowserTest, 205 FileManagerDetailsPanelBrowserTest,
201 ::testing::Values( 206 ::testing::Values(
202 TestParameter(NOT_IN_GUEST_MODE, "openDetailsPanel"), 207 TestParameter(NOT_IN_GUEST_MODE, "openDetailsPanel"),
203 TestParameter(NOT_IN_GUEST_MODE, "openDetailsPanelForSingleFile"), 208 TestParameter(NOT_IN_GUEST_MODE, "openDetailsPanelForSingleFile"),
204 TestParameter(NOT_IN_GUEST_MODE, "openSingleFileAndSeeDetailsPanel"))); 209 TestParameter(NOT_IN_GUEST_MODE, "openSingleFileAndSeeDetailsPanel")));
205 210
206 #if defined(DISABLE_SLOW_FILESAPP_TESTS) 211 #if defined(DISABLE_SLOW_FILESAPP_TESTS)
207 #define MAYBE_DirectoryTreeContextMenu DISABLED_DirectoryTreeContextMenu 212 #define MAYBE_DirectoryTreeContextMenu DISABLED_DirectoryTreeContextMenu
208 #else 213 #else
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 714
710 IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, MAYBE_BasicDrive) { 715 IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, MAYBE_BasicDrive) {
711 AddAllUsers(); 716 AddAllUsers();
712 717
713 // Sanity check that normal operations work in multi-profile setting as well. 718 // Sanity check that normal operations work in multi-profile setting as well.
714 set_test_case_name("keyboardCopyDrive"); 719 set_test_case_name("keyboardCopyDrive");
715 StartTest(); 720 StartTest();
716 } 721 }
717 722
718 } // namespace file_manager 723 } // namespace file_manager
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/test_util_base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698