chromium/chrome/browser/ui/webui/commerce/product_specifications_disclosure_dialog_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 "chrome/browser/ui/webui/commerce/product_specifications_disclosure_dialog.h"

#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/test/test_browser_dialog.h"
#include "chrome/test/base/chrome_test_utils.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/ui_test_utils.h"
#include "content/public/test/browser_test.h"
#include "ui/web_dialogs/web_dialog_delegate.h"

namespace commerce {
// Tests ProductSpecificationsDisclosureDialogBrowser.
class ProductSpecificationsDisclosureDialogBrowserTest
    : public DialogBrowserTest {};

IN_PROC_BROWSER_TEST_F(ProductSpecificationsDisclosureDialogBrowserTest,
                       InvokeUi_default) {}

IN_PROC_BROWSER_TEST_F(ProductSpecificationsDisclosureDialogBrowserTest,
                       CheckDialogAttribute) {}
}  // namespace commerce