Skip to content

Commit 907921d

Browse files
authored
Merge pull request #5603 from plotly/correct-noci-tag
correct noCI tag
2 parents 4c9cd0c + 25e0e5f commit 907921d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/splom_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ describe('Test splom select:', function() {
16841684
.then(done, done.fail);
16851685
});
16861686

1687-
it('@noci @gl should redraw splom traces before scattergl trace (if any)', function(done) {
1687+
it('@noCI @gl should redraw splom traces before scattergl trace (if any)', function(done) {
16881688
var fig = require('@mocks/splom_with-cartesian.json');
16891689
fig.layout.dragmode = 'select';
16901690
fig.layout.width = 400;

0 commit comments

Comments
 (0)