Skip to content

Commit 3c6ec3a

Browse files
committed
add missing gl tag to splom select test
1 parent 27c0ac4 commit 3c6ec3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/splom_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ describe('Test splom select:', function() {
18251825
.then(done, done.fail);
18261826
});
18271827

1828-
it('should be able to select and then clear using API', function(done) {
1828+
it('@gl should be able to select and then clear using API', function(done) {
18291829
function _assert(msg, exp) {
18301830
return function() {
18311831
var uid = gd._fullData[0].uid;

0 commit comments

Comments
 (0)