Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/jasmine/tests/gl_plot_interact_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('Test gl3d plots', function() {
destroyGraphDiv();
});

it('should display correct hover labels and emit correct event data', function(done) {
it('@noCI should display correct hover labels and emit correct event data', function(done) {
var _mock = Lib.extendDeep({}, mock2);

function _hover() {
Expand Down Expand Up @@ -136,7 +136,7 @@ describe('Test gl3d plots', function() {

});

it('should emit correct event data on click', function(done) {
it('@noCI should emit correct event data on click', function(done) {
var _mock = Lib.extendDeep({}, mock2);

// N.B. gl3d click events are 'mouseover' events
Expand Down