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

Unified Diff: Tools/GardeningServer/ui/test/ct-results-panel-tests.html

Issue 530613002: Fix partytime. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments Created 6 years, 3 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/test/ct-results-panel-tests.html
diff --git a/Tools/GardeningServer/ui/test/ct-results-panel-tests.html b/Tools/GardeningServer/ui/test/ct-results-panel-tests.html
index 74b75aad88fcc8c5f70571630efb8e0732e5c461..a6d24e1c94840d759d95888f8bc688abbf4c2489 100644
--- a/Tools/GardeningServer/ui/test/ct-results-panel-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-results-panel-tests.html
@@ -97,6 +97,10 @@ describe('ct-results-panel', function() {
beforeEach(function(done) {
panel = document.createElement('ct-results-panel');
+ // FIXME: The results-panel needs to be appended to the DOM so that the flakiness
+ // dashboard's iframe has a window when we grab location off of it, but that
+ // also means that we actually do fetches for the iframes of the foo_step stdio.
+ // This results in some console spam from the 404'ed request.
panel.hidden = true;
document.body.appendChild(panel);

Powered by Google App Engine
This is Rietveld 408576698