it('should hide floor and ceil labels when cmb label is overlapping, for range slider',function(){
varsliderConf={
minValue:50,
maxValue:50,
options:{
floor:0,
ceil:100,
translate:function(v,_,which){
if(which!='model'&&which!='high')returnv;
return"I'm whatever long text ==============================================================================================================================================================="
it('should hide floor and ceil labels when cmb label is overlapping, for range RTL slider',function(){
varsliderConf={
minValue:50,
maxValue:50,
options:{
floor:0,
ceil:100,
translate:function(v,_,which){
if(which!='model'&&which!='high')returnv;
return"I'm whatever long text ==============================================================================================================================================================="