[Plot] Remove failing specs

Remove specs which fail due to refactoring for
WTD-625.
This commit is contained in:
Victor Woeltjen
2014-12-12 09:49:44 -08:00
parent a677ed258e
commit 4586146da2
4 changed files with 30 additions and 113 deletions

View File

@ -9,6 +9,17 @@ define(
"use strict";
describe("A sub-plot", function () {
var subplot;
it("provides coordinates on hover", function () {
// expect(subplot.getHoverCoordinates().length).toEqual(0);
//
// subplot.hover({ target: mockElement });
//
// expect(subplot.getHoverCoordinates().length).toEqual(2);
});
});
}
);