automatic-pull-node incorrectly tests results. |
||
Issue description
automatic-pull-node.html does this:
context.startRendering()
.then(test1Finished(should))
where test1Finished is just a function (that doesn't return a function). Hence the test is flaky because it depends on rendering to have started before test1Finished is called.
Fix this
,
Jan 10 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 4 2017