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

Unified Diff: Tools/GardeningServer/scripts/ui/results_unittests.js

Issue 358173003: Remove rebaseline logic from GOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Tools/GardeningServer/scripts/ui/results.js ('k') | Tools/GardeningServer/styles/results.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/ui/results_unittests.js
diff --git a/Tools/GardeningServer/scripts/ui/results_unittests.js b/Tools/GardeningServer/scripts/ui/results_unittests.js
index 66ef774084fe77979575fe5de7403c7041f8ffeb..be375871adf83dedde5a246fffc1eef016c5e9f6 100644
--- a/Tools/GardeningServer/scripts/ui/results_unittests.js
+++ b/Tools/GardeningServer/scripts/ui/results_unittests.js
@@ -188,7 +188,7 @@ test('View with reftests', 2, function() {
view.setResultsByTest(kExampleReftestResults);
view.firstResult();
- equals($('.non-action-button', view).length, 1);
+ equals($('.non-action-button', view).length, 0);
equals($('.action', view).length, 0);
});
« no previous file with comments | « Tools/GardeningServer/scripts/ui/results.js ('k') | Tools/GardeningServer/styles/results.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698