De-flake WebView zoom/scale change tests [DO NOT MERGE]
The tests were attempting to zoom the page in immediately after the loadUrlAndWaitForCompletion method had finished. Because the PictureListener used in that method is racey the test would sometimes attempt to zoom the page in too early. Waiting for canZoomIn to be true fixes the race. BUG: 13691150 Change-Id: I17ebbecebc1ab35d8afe0c0e6cb72841c59e797b
Loading
Please sign in to comment