@@ -20,7 +20,7 @@ function countCanvases() {
2020 return d3 . selectAll ( 'canvas' ) . size ( ) ;
2121}
2222
23- describe ( 'Test gl3d plots' , function ( ) {
23+ describe ( '@gl Test gl3d plots' , function ( ) {
2424 var gd , ptData ;
2525
2626 var mock = require ( '@mocks/gl3d_marker-arrays.json' ) ;
@@ -422,7 +422,7 @@ describe('Test gl3d plots', function() {
422422
423423} ) ;
424424
425- describe ( 'Test gl3d modebar handlers' , function ( ) {
425+ describe ( '@gl Test gl3d modebar handlers' , function ( ) {
426426 var gd , modeBar ;
427427
428428 function assertScenes ( cont , attr , val ) {
@@ -650,7 +650,7 @@ describe('Test gl3d modebar handlers', function() {
650650 } ) ;
651651} ) ;
652652
653- describe ( 'Test gl3d drag and wheel interactions' , function ( ) {
653+ describe ( '@gl Test gl3d drag and wheel interactions' , function ( ) {
654654 var gd , relayoutCallback ;
655655
656656 function scroll ( target ) {
@@ -768,7 +768,7 @@ describe('Test gl3d drag and wheel interactions', function() {
768768 } ) ;
769769} ) ;
770770
771- describe ( 'Test gl3d relayout calls' , function ( ) {
771+ describe ( '@gl Test gl3d relayout calls' , function ( ) {
772772 var gd ;
773773
774774 beforeEach ( function ( ) {
@@ -834,7 +834,7 @@ describe('Test gl3d relayout calls', function() {
834834 } ) ;
835835} ) ;
836836
837- describe ( 'Test gl3d annotations' , function ( ) {
837+ describe ( '@gl Test gl3d annotations' , function ( ) {
838838 var gd ;
839839
840840 beforeEach ( function ( ) {
@@ -1212,7 +1212,7 @@ describe('Test gl3d annotations', function() {
12121212 } ) ;
12131213} ) ;
12141214
1215- describe ( 'Test removal of gl contexts' , function ( ) {
1215+ describe ( '@gl Test removal of gl contexts' , function ( ) {
12161216 var gd ;
12171217
12181218 beforeEach ( function ( ) {
0 commit comments