Skip to content

Commit a41cc6b

Browse files
committed
rm @noci tags from a few specs
... which appear to work fine in Chrome 64
1 parent f3af59d commit a41cc6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/jasmine/tests/geo_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ describe('Test geo interactions', function() {
10721072
.then(done);
10731073
});
10741074

1075-
it('@noCI should clear hover label when cursor slips off subplot', function(done) {
1075+
it('should clear hover label when cursor slips off subplot', function(done) {
10761076
var gd = createGraphDiv();
10771077
var fig = Lib.extendDeep({}, require('@mocks/geo_orthographic.json'));
10781078

test/jasmine/tests/polar_test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ describe('Test polar interactions:', function() {
702702
.then(done);
703703
});
704704

705-
it('@noCI should response to drag interactions on plot area', function(done) {
705+
it('should response to drag interactions on plot area', function(done) {
706706
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
707707

708708
// to avoid dragging on hover labels
@@ -793,7 +793,7 @@ describe('Test polar interactions:', function() {
793793
.then(done);
794794
});
795795

796-
it('@noCI should response to drag interactions on radial drag area', function(done) {
796+
it('should response to drag interactions on radial drag area', function(done) {
797797
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
798798

799799
// to avoid dragging on hover labels
@@ -877,7 +877,7 @@ describe('Test polar interactions:', function() {
877877
.then(done);
878878
});
879879

880-
it('@noCI should response to drag interactions on angular drag area', function(done) {
880+
it('should response to drag interactions on angular drag area', function(done) {
881881
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
882882

883883
// to avoid dragging on hover labels

0 commit comments

Comments
 (0)