chromium/chrome/browser/ui/views/bookmarks/saved_tab_groups/saved_tab_group_iph_promo_test.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/test/scoped_feature_list.h"
#include "chrome/browser/ui/browser_element_identifiers.h"
#include "chrome/browser/ui/browser_tabstrip.h"
#include "chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_keyed_service.h"
#include "chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_service_factory.h"
#include "chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_utils.h"
#include "chrome/test/interaction/interactive_browser_test.h"
#include "chrome/test/user_education/interactive_feature_promo_test.h"
#include "chrome/test/user_education/interactive_feature_promo_test_common.h"
#include "components/bookmarks/common/bookmark_pref_names.h"
#include "components/feature_engagement/public/feature_list.h"
#include "components/prefs/pref_service.h"
#include "components/saved_tab_groups/features.h"
#include "components/user_education/views/help_bubble_view.h"
#include "content/public/test/browser_test.h"
#include "ui/base/interaction/interactive_test.h"

class SavedTabGroupV2PromoTest : public InteractiveFeaturePromoTest {};

IN_PROC_BROWSER_TEST_F(SavedTabGroupV2PromoTest,
                       TestShowingIPHOnSavedTabGroupBar) {}

IN_PROC_BROWSER_TEST_F(SavedTabGroupV2PromoTest,
                       TestShowingIPHWithoutSavedTabGroupBar) {}