chromium/chrome/test/data/webui/history/history_ui_browsertest.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/strings/stringprintf.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "components/commerce/core/commerce_constants.h"
#include "components/commerce/core/commerce_feature_list.h"
#include "components/history_clusters/core/features.h"
#include "components/history_embeddings/history_embeddings_features.h"
#include "content/public/test/browser_test.h"

#if BUILDFLAG(IS_CHROMEOS)
#include "chromeos/constants/chromeos_features.h"
#endif  // BUILDFLAG(IS_CHROMEOS)

class HistoryUIBrowserTest : public WebUIMochaBrowserTest {};

HistoryTest;

IN_PROC_BROWSER_TEST_F(HistoryTest, Drawer) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, Item) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, LinkClick) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, Metrics) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, OverflowMenu) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, Routing) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, RoutingWithQueryParam) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, SyncedTabs) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, Toolbar) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, SearchedLabel) {}

IN_PROC_BROWSER_TEST_F(HistoryTest, HistoryEmbeddingsPromo) {}

class HistoryListTest : public HistoryUIBrowserTest {};

IN_PROC_BROWSER_TEST_F(HistoryListTest, IsEmpty) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DeletingSingleItem) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, CancellingSelectionOfMultipleItems) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest,
                       SelectionOfMultipleItemsUsingShiftClick) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DisablingCtrlAOnSyncedTabsPage) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, SettingFirstAndLastItems) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, UpdatingHistoryResults) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DeletingMultipleItemsFromView) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest,
                       SearchResultsDisplayWithCorrectItemTitle) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest,
                       CorrectDisplayMessageWhenNoHistoryAvailable) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest,
                       MoreFromThisSiteSendsAndSetsCorrectData) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, ChangingSearchDeselectsItems) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DeleteItemsEndToEnd) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DeleteViaMenuButton) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DeleteDisabledWhilePending) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DeletingItemsUsingShortcuts) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, DeleteDialogClosedOnBackNavigation) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, ClickingFileUrlSendsMessageToChrome) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest,
                       DeleteHistoryResultsInQueryHistoryEvent) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, SetsScrollTarget) {}

IN_PROC_BROWSER_TEST_F(HistoryListTest, SetsScrollOffset) {}

class HistoryProductSpecificationsListTest : public WebUIMochaBrowserTest {};

IN_PROC_BROWSER_TEST_F(HistoryProductSpecificationsListTest, Load) {}

class HistoryProductSpecificationsItemTest : public WebUIMochaBrowserTest {};

IN_PROC_BROWSER_TEST_F(HistoryProductSpecificationsItemTest, Load) {}

class HistoryWithHistoryEmbeddingsTest : public WebUIMochaBrowserTest {};

IN_PROC_BROWSER_TEST_F(HistoryWithHistoryEmbeddingsTest, App) {}