| Index: chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc b/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
|
| index a8e87aceb8dadea0519688fd367e5272e65d8424..245da2bab9680b788092f57bdb7e1857e564a8f3 100644
|
| --- a/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
|
| @@ -70,7 +70,7 @@ IN_PROC_BROWSER_TEST_F(PaymentRequestCreditCardEditorTest, EnteringValidData) {
|
| autofill::PersonalDataManager* personal_data_manager = GetDataManager();
|
| personal_data_manager->AddObserver(&personal_data_observer_);
|
|
|
| - ResetEventObserver(DialogEvent::BACK_NAVIGATION);
|
| + ResetEventObserver(DialogEvent::BACK_TO_PAYMENT_SHEET_NAVIGATION);
|
|
|
| // Wait until the web database has been updated and the notification sent.
|
| base::RunLoop data_loop;
|
| @@ -284,7 +284,7 @@ IN_PROC_BROWSER_TEST_F(PaymentRequestCreditCardEditorTest,
|
| autofill::PersonalDataManager* personal_data_manager = GetDataManager();
|
| personal_data_manager->AddObserver(&personal_data_observer_);
|
|
|
| - ResetEventObserver(DialogEvent::BACK_NAVIGATION);
|
| + ResetEventObserver(DialogEvent::BACK_TO_PAYMENT_SHEET_NAVIGATION);
|
|
|
| // Wait until the web database has been updated and the notification sent.
|
| base::RunLoop data_loop;
|
| @@ -343,7 +343,7 @@ IN_PROC_BROWSER_TEST_F(PaymentRequestCreditCardEditorTest, EditingExpiredCard) {
|
| autofill::PersonalDataManager* personal_data_manager = GetDataManager();
|
| personal_data_manager->AddObserver(&personal_data_observer_);
|
|
|
| - ResetEventObserver(DialogEvent::BACK_NAVIGATION);
|
| + ResetEventObserver(DialogEvent::BACK_TO_PAYMENT_SHEET_NAVIGATION);
|
|
|
| // Wait until the web database has been updated and the notification sent.
|
| base::RunLoop data_loop;
|
|
|