From 25e0e5f4219a1e0fcb282b19d747123804513bb0 Mon Sep 17 00:00:00 2001 From: archmoj Date: Wed, 21 Apr 2021 19:01:53 -0400 Subject: [PATCH] correct noCI tag --- test/jasmine/tests/splom_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;