| Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc
|
| index 7c9edaf1b20af23f3e400f29fb24c7884da66b95..d0a1c1987eccc93ee817b33dd125a7ab82a64dad 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc
|
| @@ -265,15 +265,6 @@ IN_PROC_BROWSER_TEST_F(ManagePasswordsBubbleViewTest, CloseOnKey) {
|
| EXPECT_FALSE(IsBubbleShowing());
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(ManagePasswordsBubbleViewTest, CloseOnChangedState) {
|
| - SetupPendingPassword();
|
| - EXPECT_TRUE(IsBubbleShowing());
|
| - // User navigated very fast and landed on another page with an autofilled
|
| - // password. The save password bubble should disappear.
|
| - SetupManagingPasswords();
|
| - EXPECT_FALSE(IsBubbleShowing());
|
| -}
|
| -
|
| IN_PROC_BROWSER_TEST_F(ManagePasswordsBubbleViewTest, TwoTabsWithBubble) {
|
| // Set up the first tab with the bubble.
|
| SetupPendingPassword();
|
|
|