chromium/chrome/browser/ui/autofill/edit_address_profile_dialog_controller_impl_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/ui/autofill/edit_address_profile_dialog_controller_impl.h"

#include "chrome/browser/ui/views/autofill/edit_address_profile_view.h"
#include "chrome/test/interaction/interactive_browser_test.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/data_model/autofill_profile.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/browser_test.h"
#include "ui/views/window/dialog_client_view.h"

namespace autofill {

namespace {
constexpr char kSuppressedScreenshotError[] =;
}  // namespace

// TODO(crbug.com/40280921): Cover EditAddressProfileDialogControllerImpl with
// more tests.
class EditAddressProfileDialogControllerImplTest
    : public InteractiveBrowserTest {};

IN_PROC_BROWSER_TEST_F(EditAddressProfileDialogControllerImplTest,
                       InvokeUi_LocalProfile_PressOkButton) {}

}  // namespace autofill