Skip to content

Commit 256f4de

Browse files
committed
Remove constrained test execution for range slider
Accidentally left the focused test in as part of writing it up. Fixes #5177
1 parent 00a7054 commit 256f4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/range_slider_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ describe('Visible rangesliders', function() {
201201
.then(done);
202202
});
203203

204-
fit('should not react to any interactions when staticPlot is set', function(done) {
204+
it('should not react to any interactions when staticPlot is set', function(done) {
205205
var mockCopy = Lib.extendDeep({}, mock);
206206
var moveDelta = 50;
207207
Plotly.newPlot(gd, mockCopy.data, mockCopy.layout, { staticPlot: true })

0 commit comments

Comments
 (0)