chromium/chrome/browser/ui/views/webauthn/passkey_not_accepted_bubble_view_unittest.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/views/webauthn/passkey_not_accepted_bubble_view.h"

#include <utility>

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/views/passwords/password_bubble_view_test_base.h"

class PasskeyNotAcceptedBubbleViewTest : public PasswordBubbleViewTestBase {};

TEST_F(PasskeyNotAcceptedBubbleViewTest, ShowsTitle) {}