UrlBarTest activates real input method, and the keyboard behavior interferes with the logic that is being tested.
I noticed that Google Keyboard sometimes calls
beginBatchEdit()
...(getTextBeforeCursor()?)
endBatchEdit()
for no apparent reason in the middle of a test run. This confuses batchedit logic in UrlBar.java, flakes some test, therefore blocks further development such as issue 722908 , so marking as P2.
Attaching screenrecord for record.
This may explain the gray marks on the following:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&testType=chrome_public_test_apk&tests=urlbartest
I'm pretty sure that we will get more of these if we remove RetryOnFailure annotation.
|
Deleted:
a.mp4
1.1 MB
|
Comment 1 by bugdroid1@chromium.org
, May 23 2017