#include "chrome/browser/ui/views/payments/payment_request_browsertest_base.h"
#include "chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/accessibility/view_accessibility.h"
namespace payments {
class PaymentRequestSheetControllerTest : public PaymentRequestBrowserTestBase { … };
IN_PROC_BROWSER_TEST_F(PaymentRequestSheetControllerTest,
ProcessingSpinnerViewAccessibility) { … }
IN_PROC_BROWSER_TEST_F(PaymentRequestSheetControllerTest,
HiddenSheetViewAccessibility) { … }
}