Chromium Code Reviews| 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..e572ee68336887f2206974dd942bd94a9d36c9eb 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 fetch requests. This results in some console |
|
Jeffrey Yasskin
2014/09/02 18:34:53
"fetch requests"? Maybe "fetch the alerts page"?
ojan
2014/09/11 03:04:47
Clarified which request we actually fetch.
|
| + // spam from the 404'ed request. |
| panel.hidden = true; |
| document.body.appendChild(panel); |