chromium/chrome/test/data/webui/app_settings/app_settings_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 "chrome/browser/ui/webui/app_settings/web_app_settings_navigation_throttle.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "content/public/test/browser_test.h"

class AppSettingsTest : public WebUIMochaBrowserTest {};

IN_PROC_BROWSER_TEST_F(AppSettingsTest, App) {}

IN_PROC_BROWSER_TEST_F(AppSettingsTest, PermissionItem) {}

IN_PROC_BROWSER_TEST_F(AppSettingsTest, FileHandlingItem) {}

// TODO(crbug.com/348992509): Re-enable the test.
IN_PROC_BROWSER_TEST_F(AppSettingsTest, DISABLED_SupportedLinksItem) {}

IN_PROC_BROWSER_TEST_F(AppSettingsTest, UninstallButton) {}

IN_PROC_BROWSER_TEST_F(AppSettingsTest, WindowModeItem) {}