Status: Assigned Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Infrastructure Size-Medium
New issue 16447 by [email protected]: FindInPageControllerTest.FindDisappearOnNavigate is flaky http://code.google.com/p/chromium/issues/detail?id=16447 Note: Google Test filter = FindInPageControllerTest.FindDisappearOnNavigate [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from FindInPageControllerTest [ RUN ] FindInPageControllerTest.FindDisappearOnNavigate C:\b\slave\chromium-dbg-builder\build\src\chrome\browser\views\find_bar_win_browsertest.cc(449): error: Value of: fully_visible Actual: true Expected: false [ FAILED ] FindInPageControllerTest.FindDisappearOnNavigate (3312 ms) [----------] 1 test from FindInPageControllerTest (3312 ms total) // Navigate and make sure the Find window goes away. ui_test_utils::NavigateToURL(browser(), url2); GetFindBarWindowInfo(&position, &fully_visible); EXPECT_FALSE(fully_visible); // Fails here. I see two possibilities: 1. Definition of "navigation finished" should also include maintaining proper state of the find bar. 2. We should set up notifications for find bar state changes and explicitly wait here. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
