Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1562)

Unified Diff: Tools/GardeningServer/ui/ct-tree-status-tests.html

Issue 459463003: Convert moar Sheriff-o-Matic tests to Polymer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: forgot to add lib/network-simulator.html Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"));
« no previous file with comments | « Tools/GardeningServer/ui/ct-test-list-tests.html ('k') | Tools/GardeningServer/ui/test/ct-builder-grid-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698