Skip to content

Commit e657948

Browse files
committed
Fix tests
1 parent 2bab38d commit e657948

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/specs/options-handling-test.js

+9
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@
373373
floor: 0,
374374
ceil: 10,
375375
showSelectionBar: true,
376+
disableAnimation: true,
376377
},
377378
}
378379
helper.createSlider(sliderConf)
@@ -392,6 +393,7 @@
392393
floor: 0,
393394
ceil: 10,
394395
showSelectionBarEnd: true,
396+
disableAnimation: true,
395397
},
396398
}
397399
helper.createSlider(sliderConf)
@@ -418,6 +420,7 @@
418420
floor: 0,
419421
ceil: 20,
420422
showSelectionBarFromValue: 10,
423+
disableAnimation: true,
421424
},
422425
}
423426
helper.createSlider(sliderConf)
@@ -440,6 +443,7 @@
440443
floor: 0,
441444
ceil: 20,
442445
showSelectionBarFromValue: 10,
446+
disableAnimation: true,
443447
},
444448
}
445449
helper.createSlider(sliderConf)
@@ -601,6 +605,7 @@
601605
options: {
602606
floor: 0,
603607
ceil: 10,
608+
disableAnimation: true,
604609
},
605610
}
606611
helper.createRangeSlider(sliderConf)
@@ -1243,6 +1248,7 @@
12431248
ceil: 10,
12441249
showSelectionBar: true,
12451250
rightToLeft: true,
1251+
disableAnimation: true,
12461252
},
12471253
}
12481254
helper.createSlider(sliderConf)
@@ -1268,6 +1274,7 @@
12681274
ceil: 10,
12691275
showSelectionBarEnd: true,
12701276
rightToLeft: true,
1277+
disableAnimation: true,
12711278
},
12721279
}
12731280
helper.createSlider(sliderConf)
@@ -1312,6 +1319,7 @@
13121319
ceil: 20,
13131320
showSelectionBarFromValue: 10,
13141321
rightToLeft: true,
1322+
disableAnimation: true,
13151323
},
13161324
}
13171325
helper.createSlider(sliderConf)
@@ -1359,6 +1367,7 @@
13591367
options: {
13601368
floor: 0,
13611369
ceil: 10,
1370+
disableAnimation: true,
13621371
},
13631372
rightToLeft: true,
13641373
}

0 commit comments

Comments
 (0)