Commit ef60f392 authored by Isabella Scalzi's avatar Isabella Scalzi Committed by Commit Bot

[quickview] Reorder Quick View tests

Bug: 803259
Change-Id: I56e270bce85c07dc2b6975ce95771916f25c8426
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049423
Commit-Queue: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740215}
parent e012b158
......@@ -468,8 +468,6 @@ WRAPPED_INSTANTIATE_TEST_SUITE_P(
TestCase("openQuickViewBrokenImage"),
TestCase("openQuickViewVideo"),
TestCase("openQuickViewPdf"),
// TODO(isabella): Group these with the other delete tests.
TestCase("openQuickViewDeleteButtonNotShown"),
TestCase("openQuickViewPdfPreviewsDisabled"),
TestCase("openQuickViewKeyboardUpDownChangesView"),
TestCase("openQuickViewKeyboardLeftRightChangesView"),
......@@ -478,8 +476,6 @@ WRAPPED_INSTANTIATE_TEST_SUITE_P(
TestCase("openQuickViewScrollHtml"),
TestCase("openQuickViewBackgroundColorHtml"),
TestCase("openQuickViewDrive"),
// TODO(isabella): Group these with the other delete tests.
TestCase("openQuickViewDeleteEntireCheckSelection"),
TestCase("openQuickViewAndroid"),
TestCase("openQuickViewDocumentsProvider").EnableDocumentsProvider(),
TestCase("openQuickViewCrostini"),
......@@ -497,11 +493,13 @@ WRAPPED_INSTANTIATE_TEST_SUITE_P(
TestCase("openQuickViewWithMultipleFilesPdf"),
TestCase("openQuickViewWithMultipleFilesKeyboardUpDown"),
TestCase("openQuickViewWithMultipleFilesKeyboardLeftRight"),
TestCase("closeQuickView"),
TestCase("openQuickViewFromDirectoryTree"),
TestCase("openQuickViewAndDeleteSingleSelection"),
TestCase("openQuickViewAndDeleteCheckSelection"),
TestCase("openQuickViewClickDeleteButton")));
TestCase("openQuickViewDeleteEntireCheckSelection"),
TestCase("openQuickViewClickDeleteButton"),
TestCase("openQuickViewDeleteButtonNotShown"),
TestCase("closeQuickView")));
WRAPPED_INSTANTIATE_TEST_SUITE_P(
DirectoryTree, /* directory_tree.js */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment