chromium/chrome/test/data/webui/commerce/product_specifications/product_specifications_browsertest.cc

// Copyright 2024 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/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/commerce/shopping_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.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/commerce/core/mock_account_checker.h"
#include "components/commerce/core/mock_shopping_service.h"
#include "components/commerce/core/test_utils.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "components/prefs/testing_pref_service.h"
#include "content/public/test/browser_test.h"

class ProductSpecificationsTest : public WebUIMochaBrowserTest {};

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, App) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, BuyingOptionsSection) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, DescriptionCitation) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, DescriptionSection) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, DisclosureApp) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, DragAndDropManager) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, Header) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, HorizontalCarousel) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, Table) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, NewColumnSelector) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, ProductSelector) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsTest, ProductSelectionMenu) {}