Deflake CustomLauncherPageBrowserTest.EventsActivateSwitchToCustomPage on ChromeOS Buildspec Tests
The failure doesn't reproduce with --enable-pixel-output-in-tests, so I don't really know what's going on. But I suspect that since ChromeOS only checks the *target* visibility, it's possible for the app list to not be fully shown. One case this could happen is on official/buildspec builders which have more icons to load, and so the delayed-icon-load steps used for ChromeOS via AppListMainView::ShowAppListWhenReady() end up taking longer. Explicitly showing the app list ensures the app list is visible before the event generator tries to use it to generate mouse coordinates. BUG=525128 Review URL: https://codereview.chromium.org/1308663007 Cr-Commit-Position: refs/heads/master@{#347886}
Showing
Please register or sign in to comment