chromium/chrome/browser/ui/views/user_education/browser_user_education_service_interactive_uitest.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 "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser_element_identifiers.h"
#include "chrome/browser/ui/views/toolbar/toolbar_view.h"
#include "chrome/browser/ui/views/user_education/browser_feature_promo_controller.h"
#include "chrome/browser/user_education/user_education_service.h"
#include "chrome/browser/user_education/user_education_service_factory.h"
#include "chrome/test/user_education/interactive_feature_promo_test.h"
#include "components/feature_engagement/public/feature_constants.h"
#include "components/user_education/common/feature_promo_result.h"
#include "content/public/test/browser_test.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/interaction/element_identifier.h"
#include "url/gurl.h"

namespace {
DEFINE_LOCAL_ELEMENT_IDENTIFIER_VALUE();
constexpr char kToolbarName[] =;
constexpr char kContentsPaneName[] =;
constexpr char kGetActiveElementJs[] =;
}  // namespace

class BrowserUserEducationServiceUiTest : public InteractiveFeaturePromoTest {};

IN_PROC_BROWSER_TEST_F(BrowserUserEducationServiceUiTest,
                       WebUIHelpBubbleTakesFocus) {}