| Index: Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| diff --git a/Tools/GardeningServer/ui/ct-tree-status-tests.html b/Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| index 336f269c486bc9459c703ca9808bb1c2ca742b5d..bc475dbabbff473e4074751173acafdf9cb6b351 100644
|
| --- a/Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| +++ b/Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| @@ -29,7 +29,7 @@ asyncTest('basic', 5, function() {
|
| closedTreeStatus.message = 'Tree is closed';
|
| closedTree.status = closedTreeStatus;
|
|
|
| - var simulator = new NetworkSimulator();
|
| + var simulator = new NetworkSimulator(ok, start);
|
| simulator.runTest(function() {
|
| requestAnimationFrame(function() {
|
| ok(!openTree.shadowRoot.textContent.has("open-tree-project"));
|
|
|