Skip to content

Commit 92c6550

Browse files
Fix broken test from attribute removal
1 parent fc4f082 commit 92c6550

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

test/jasmine/tests/range_slider_test.js

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,7 @@ describe('the range slider', function() {
461461
bgcolor: '#fff',
462462
borderwidth: 0,
463463
bordercolor: '#444',
464-
_input: layoutIn.xaxis.rangeslider,
465-
fixedyrange: true
464+
_input: layoutIn.xaxis.rangeslider
466465
};
467466

468467
_supply(layoutIn, layoutOut, 'xaxis');
@@ -479,8 +478,7 @@ describe('the range slider', function() {
479478
bgcolor: '#fff',
480479
borderwidth: 0,
481480
bordercolor: '#444',
482-
_input: layoutIn.xaxis.rangeslider,
483-
fixedyrange: true
481+
_input: layoutIn.xaxis.rangeslider
484482
};
485483

486484
_supply(layoutIn, layoutOut, 'xaxis');
@@ -501,8 +499,7 @@ describe('the range slider', function() {
501499
thickness: 'invalid',
502500
bgcolor: 42,
503501
bordercolor: 42,
504-
borderwidth: 'superfat',
505-
fixedyrange: null
502+
borderwidth: 'superfat'
506503
}}},
507504
layoutOut = { xaxis: {} },
508505
expected = {
@@ -512,8 +509,7 @@ describe('the range slider', function() {
512509
bgcolor: '#fff',
513510
borderwidth: 0,
514511
bordercolor: '#444',
515-
_input: layoutIn.xaxis.rangeslider,
516-
fixedyrange: true
512+
_input: layoutIn.xaxis.rangeslider
517513
};
518514

519515
_supply(layoutIn, layoutOut, 'xaxis');
@@ -530,8 +526,7 @@ describe('the range slider', function() {
530526
bgcolor: '#fff',
531527
borderwidth: 0,
532528
bordercolor: '#444',
533-
_input: layoutIn.xaxis.rangeslider,
534-
fixedyrange: true
529+
_input: layoutIn.xaxis.rangeslider
535530
};
536531

537532
_supply(layoutIn, layoutOut, 'xaxis');

0 commit comments

Comments
 (0)