Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5297bf1

Browse files
committed
Fixup! remove fdescribe and add second trace to test
1 parent 948f493 commit 5297bf1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/jasmine/tests/range_slider_test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('the range slider', function() {
309309
});
310310
});
311311

312-
fdescribe('when used with gl traces', function() {
312+
describe('when used with gl traces', function() {
313313

314314
beforeEach(function() {
315315
gd = createGraphDiv();
@@ -322,6 +322,10 @@ describe('the range slider', function() {
322322
x: [1,2,3],
323323
y: [2,3,4],
324324
type: 'scattergl'
325+
}, {
326+
x: [1,2,3],
327+
y: [2,3,4],
328+
type: 'scattergl'
325329
}];
326330

327331
Plotly.plot(gd, data, mock.layout).then(function() {

0 commit comments

Comments
 (0)