No bug - Fix browser_graphs-09c.js failing because of bug 1111073, r=me

This commit is contained in:
Victor Porof 2014-12-12 20:16:34 -05:00
parent 3c04613ebf
commit 14699883ea

View File

@ -29,8 +29,8 @@ function* performTest() {
function* testGraph(graph) {
yield graph.setDataWhenReady(TEST_DATA);
is(graph._gutter.hidden, false,
"The gutter should not be hidden.");
is(graph._gutter.hidden, true,
"The gutter should be hidden, since there's no data available.");
is(graph._maxTooltip.hidden, true,
"The max tooltip should be hidden.");
is(graph._avgTooltip.hidden, true,