File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
jdi-light-vuetify-tests/src/test/java/io/github/epam/vuetify/tests/complex Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -278,14 +278,4 @@ public void minMaxValueSliderTest() {
278278 adjustableSlider .show ();
279279 adjustableSlider .has ().minValue (0 ).and ().has ().maxValue (100 );
280280 }
281- @ Test (description = "Test checks slider's validate-on-blur" )
282- public void validateOnBlurSliderTest () {
283- adjustableSlider .show ();
284- validateOnBlurSwitch .check ();
285- adjustableSlider .has ().messagesCount (0 );
286- adjustableSlider .setValue (10.0 );
287- adjustableSlider .thumb ().click ();
288- adjustableSlider .clickOutsideOfSlider (); //validate-on-blur works only after click on slider and then click outside
289- adjustableSlider .has ().messagesCount (1 );
290- }
291281}
You can’t perform that action at this time.
0 commit comments