chromium/chrome/test/data/webui/access_code_cast/access_code_cast_browsertest.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 "base/test/scoped_feature_list.h"
#include "chrome/browser/media/router/discovery/access_code/access_code_cast_feature.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/ui_features.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "components/prefs/pref_service.h"
#include "content/public/test/browser_test.h"

class AccessCodeCastTest : public WebUIMochaBrowserTest {};

IN_PROC_BROWSER_TEST_F(AccessCodeCastTest, App) {}

IN_PROC_BROWSER_TEST_F(AccessCodeCastTest, BrowserProxy) {}

IN_PROC_BROWSER_TEST_F(AccessCodeCastTest, ErrorMessage) {}

// TODO(crbug.com/40864933): PasscodeInput has started acting flaky ().
// Disabling for now pending investigation.
IN_PROC_BROWSER_TEST_F(AccessCodeCastTest, DISABLED_PasscodeInput) {}