Commit e799795e authored by vasilii's avatar vasilii Committed by Commit Bot

Enable PasswordGenerationInteractiveTest.PopupShownAndPasswordSelected

The test is fixed after https://codereview.chromium.org/2924873007/ landed

BUG=407998

Review-Url: https://codereview.chromium.org/2932863002
Cr-Commit-Position: refs/heads/master@{#478571}
parent 41b973a6
...@@ -137,9 +137,8 @@ class PasswordGenerationInteractiveTest : ...@@ -137,9 +137,8 @@ class PasswordGenerationInteractiveTest :
TestPopupObserver observer_; TestPopupObserver observer_;
}; };
// Disabled due to flakiness due to resizes, see http://crbug.com/407998.
IN_PROC_BROWSER_TEST_F(PasswordGenerationInteractiveTest, IN_PROC_BROWSER_TEST_F(PasswordGenerationInteractiveTest,
DISABLED_PopupShownAndPasswordSelected) { PopupShownAndPasswordSelected) {
FocusPasswordField(); FocusPasswordField();
EXPECT_TRUE(GenerationPopupShowing()); EXPECT_TRUE(GenerationPopupShowing());
SendKeyToPopup(ui::VKEY_DOWN); SendKeyToPopup(ui::VKEY_DOWN);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment