@@ -20,7 +20,7 @@ function countCanvases() {
20
20
return d3 . selectAll ( 'canvas' ) . size ( ) ;
21
21
}
22
22
23
- describe ( 'Test gl3d plots' , function ( ) {
23
+ describe ( '@gl Test gl3d plots' , function ( ) {
24
24
var gd , ptData ;
25
25
26
26
var mock = require ( '@mocks/gl3d_marker-arrays.json' ) ;
@@ -422,7 +422,7 @@ describe('Test gl3d plots', function() {
422
422
423
423
} ) ;
424
424
425
- describe ( 'Test gl3d modebar handlers' , function ( ) {
425
+ describe ( '@gl Test gl3d modebar handlers' , function ( ) {
426
426
var gd , modeBar ;
427
427
428
428
function assertScenes ( cont , attr , val ) {
@@ -650,7 +650,7 @@ describe('Test gl3d modebar handlers', function() {
650
650
} ) ;
651
651
} ) ;
652
652
653
- describe ( 'Test gl3d drag and wheel interactions' , function ( ) {
653
+ describe ( '@gl Test gl3d drag and wheel interactions' , function ( ) {
654
654
var gd , relayoutCallback ;
655
655
656
656
function scroll ( target ) {
@@ -768,7 +768,7 @@ describe('Test gl3d drag and wheel interactions', function() {
768
768
} ) ;
769
769
} ) ;
770
770
771
- describe ( 'Test gl3d relayout calls' , function ( ) {
771
+ describe ( '@gl Test gl3d relayout calls' , function ( ) {
772
772
var gd ;
773
773
774
774
beforeEach ( function ( ) {
@@ -834,7 +834,7 @@ describe('Test gl3d relayout calls', function() {
834
834
} ) ;
835
835
} ) ;
836
836
837
- describe ( 'Test gl3d annotations' , function ( ) {
837
+ describe ( '@gl Test gl3d annotations' , function ( ) {
838
838
var gd ;
839
839
840
840
beforeEach ( function ( ) {
@@ -1212,7 +1212,7 @@ describe('Test gl3d annotations', function() {
1212
1212
} ) ;
1213
1213
} ) ;
1214
1214
1215
- describe ( 'Test removal of gl contexts' , function ( ) {
1215
+ describe ( '@gl Test removal of gl contexts' , function ( ) {
1216
1216
var gd ;
1217
1217
1218
1218
beforeEach ( function ( ) {
0 commit comments