Fix and reenable SingleClientSessionsSyncTest.NavigationChain*
Previously, these tests were reusing TestNavigationObserver instances for multiple navigations, which apparently doesn't work. This CL moves the TestNavigationObserver stuff directly into the NavigateTabBack/Forward helpers, so that individual tests don't have to care about this. Note that the similar NavigateTab helper uses ui_test_utils::NavigateToURL which already does the waiting, so nothing else is required there. Bug: 972871 Change-Id: Iafa796be4da091afcdb279824c6c873f4e6ae62d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736682Reviewed-by:Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#684309}
Showing
Please register or sign in to comment