| Index: chrome/browser/ui/views/payments/shipping_option_view_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/payments/shipping_option_view_controller_browsertest.cc b/chrome/browser/ui/views/payments/shipping_option_view_controller_browsertest.cc
|
| index 9e73b878021fdb8f71218e8e0bd91ab55692c4a9..1dfe682f5a0898470152bd84fd33a0249d0288f5 100644
|
| --- a/chrome/browser/ui/views/payments/shipping_option_view_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/views/payments/shipping_option_view_controller_browsertest.cc
|
| @@ -45,6 +45,10 @@ IN_PROC_BROWSER_TEST_F(PaymentRequestShippingOptionViewControllerTest,
|
|
|
| // Go to the shipping address screen and select the first address (MI state).
|
| OpenShippingAddressSectionScreen();
|
| + // There is no error at the top of this screen, because no address has been
|
| + // selected yet.
|
| + EXPECT_EQ(nullptr, dialog_view()->GetViewByID(static_cast<int>(
|
| + DialogViewID::SHIPPING_ADDRESS_OPTION_ERROR)));
|
| ResetEventObserverForSequence(std::list<DialogEvent>{
|
| DialogEvent::BACK_NAVIGATION, DialogEvent::SPEC_DONE_UPDATING});
|
| ClickOnChildInListViewAndWait(
|
|
|