Skip to content

Commit

Permalink
fixup (add missing @gl)
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Oct 2, 2018
1 parent cd8d8ab commit 0aad7ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/jasmine/tests/gl2d_click_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ describe('@noCI Test gl2d lasso/select:', function() {
.then(done);
});

it('should work on overlaid subplots', function(done) {
it('@gl should work on overlaid subplots', function(done) {
gd = createGraphDiv();

var scene, scene2;
Expand Down Expand Up @@ -1176,6 +1176,5 @@ describe('@noCI Test gl2d lasso/select:', function() {
})
.catch(failTest)
.then(done);

});
});

0 comments on commit 0aad7ea

Please sign in to comment.