Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Feb 23, 2019
1 parent 2bab38d commit e657948
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/specs/options-handling-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
floor: 0,
ceil: 10,
showSelectionBar: true,
disableAnimation: true,
},
}
helper.createSlider(sliderConf)
Expand All @@ -392,6 +393,7 @@
floor: 0,
ceil: 10,
showSelectionBarEnd: true,
disableAnimation: true,
},
}
helper.createSlider(sliderConf)
Expand All @@ -418,6 +420,7 @@
floor: 0,
ceil: 20,
showSelectionBarFromValue: 10,
disableAnimation: true,
},
}
helper.createSlider(sliderConf)
Expand All @@ -440,6 +443,7 @@
floor: 0,
ceil: 20,
showSelectionBarFromValue: 10,
disableAnimation: true,
},
}
helper.createSlider(sliderConf)
Expand Down Expand Up @@ -601,6 +605,7 @@
options: {
floor: 0,
ceil: 10,
disableAnimation: true,
},
}
helper.createRangeSlider(sliderConf)
Expand Down Expand Up @@ -1243,6 +1248,7 @@
ceil: 10,
showSelectionBar: true,
rightToLeft: true,
disableAnimation: true,
},
}
helper.createSlider(sliderConf)
Expand All @@ -1268,6 +1274,7 @@
ceil: 10,
showSelectionBarEnd: true,
rightToLeft: true,
disableAnimation: true,
},
}
helper.createSlider(sliderConf)
Expand Down Expand Up @@ -1312,6 +1319,7 @@
ceil: 20,
showSelectionBarFromValue: 10,
rightToLeft: true,
disableAnimation: true,
},
}
helper.createSlider(sliderConf)
Expand Down Expand Up @@ -1359,6 +1367,7 @@
options: {
floor: 0,
ceil: 10,
disableAnimation: true,
},
rightToLeft: true,
}
Expand Down

0 comments on commit e657948

Please sign in to comment.