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

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

Issue 349783003: Polymer-based Garden-O-Matic should have a basic results panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address Michael's comments Created 6 years, 6 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-commit-tests.html
diff --git a/Tools/GardeningServer/ui/ct-commit-tests.html b/Tools/GardeningServer/ui/ct-commit-tests.html
index 885f77a18cea3513da4ccf0f7b1224ab9c32be27..2ea17e7dba18d3d543490959a1edc15f749c52fc 100644
--- a/Tools/GardeningServer/ui/ct-commit-tests.html
+++ b/Tools/GardeningServer/ui/ct-commit-tests.html
@@ -22,7 +22,7 @@ var kExampleCommitData = {
module("ct-commit");
-asyncTest("basic", 3, function() {
+asyncTest("basic", 2, function() {
var grouper = document.createElement('ct-commit');
grouper.data = kExampleCommitData;
@@ -31,7 +31,6 @@ asyncTest("basic", 3, function() {
var html = grouper.shadowRoot.innerHTML;
equal(html.indexOf('eseidel') != -1, true)
- equal(html.indexOf('abarth') != -1, true)
equal(html.indexOf('may not depend on') != -1, true)
start();

Powered by Google App Engine
This is Rietveld 408576698