Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /