Skip to content

Commit e964222

Browse files
committed
tag gl jasmine specs with '@gl'
1 parent 84c064b commit e964222

7 files changed

+15
-15
lines changed

test/jasmine/tests/gl2d_click_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var mock4 = {
6464
layout: {}
6565
};
6666

67-
describe('Test hover and click interactions', function() {
67+
describe('@gl Test hover and click interactions', function() {
6868
var gd;
6969

7070
function makeHoverFn(gd, x, y) {
@@ -532,7 +532,7 @@ describe('Test hover and click interactions', function() {
532532
});
533533
});
534534

535-
describe('@noCI Test gl2d lasso/select:', function() {
535+
describe('@noCI @gl Test gl2d lasso/select:', function() {
536536
var mockFancy = require('@mocks/gl2d_14.json');
537537
var mockFast = Lib.extendDeep({}, mockFancy, {
538538
data: [{mode: 'markers'}],

test/jasmine/tests/gl2d_date_axis_render_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var Plotly = require('@lib');
33
var createGraphDiv = require('../assets/create_graph_div');
44
var destroyGraphDiv = require('../assets/destroy_graph_div');
55

6-
describe('date axis', function() {
6+
describe('@gl date axis', function() {
77

88
var gd;
99

test/jasmine/tests/gl2d_plot_interact_test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function countCanvases() {
1818
return d3.selectAll('canvas').size();
1919
}
2020

21-
describe('Test removal of gl contexts', function() {
21+
describe('@gl Test removal of gl contexts', function() {
2222
var gd;
2323

2424
beforeEach(function() {
@@ -85,7 +85,7 @@ describe('Test removal of gl contexts', function() {
8585
});
8686
});
8787

88-
describe('Test gl plot side effects', function() {
88+
describe('@gl Test gl plot side effects', function() {
8989
var gd;
9090

9191
beforeEach(function() {
@@ -205,7 +205,7 @@ describe('Test gl plot side effects', function() {
205205
});
206206
});
207207

208-
describe('Test gl2d plots', function() {
208+
describe('@gl Test gl2d plots', function() {
209209
var gd;
210210

211211
var mock = require('@mocks/gl2d_10.json');

test/jasmine/tests/gl2d_pointcloud_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function makePlot(gd, mock, done) {
144144
.then(done);
145145
}
146146

147-
describe('contourgl plots', function() {
147+
describe('@gl pointcloud traces', function() {
148148

149149
var gd;
150150

test/jasmine/tests/gl2d_scatterplot_contour_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function makePlot(gd, mock, done) {
167167
.then(done);
168168
}
169169

170-
describe('contourgl plots', function() {
170+
describe('@gl contourgl plots', function() {
171171

172172
var gd;
173173

test/jasmine/tests/gl3d_plot_interact_test.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -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() {

test/jasmine/tests/gl_plot_interact_basic_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function testEvents(plot) {
5555
});
5656
}
5757

58-
describe('gl3d plots', function() {
58+
describe('@gl gl3d plots', function() {
5959

6060
var gd;
6161

0 commit comments

Comments
 (0)