diff --git a/test/jasmine/tests/splom_test.js b/test/jasmine/tests/splom_test.js index 9242edf6a2f..da0c983f5b6 100644 --- a/test/jasmine/tests/splom_test.js +++ b/test/jasmine/tests/splom_test.js @@ -1684,7 +1684,7 @@ describe('Test splom select:', function() { .then(done, done.fail); }); - it('@noci @gl should redraw splom traces before scattergl trace (if any)', function(done) { + it('@noCI @gl should redraw splom traces before scattergl trace (if any)', function(done) { var fig = require('@mocks/splom_with-cartesian.json'); fig.layout.dragmode = 'select'; fig.layout.width = 400;