aw: Deflake testUnknownTypeUnrecognizedNode
The flake is probably due to the test server re-using the same url for different test pages. Changed so that each test page gets a new url. Then found out the test is still flaky because apparently onPageFinished doesn't mean blink has committed the new page so it's hit-testable. So also wait for the page commit signal. This replaces polling for title in the test. BUG=662078 Review-Url: https://codereview.chromium.org/2475163003 Cr-Commit-Position: refs/heads/master@{#430317}
Showing
Please register or sign in to comment