--- old/functional/ControlsTests/test/javafx/scene/control/test/treeview/TestBase.java 2017-02-15 15:57:54.699433992 +0300 +++ new/functional/ControlsTests/test/javafx/scene/control/test/treeview/TestBase.java 2017-02-15 15:57:54.643433470 +0300 @@ -321,7 +321,7 @@ protected void checkScrollingState(final double scrollValue, boolean beginVisible, boolean endVisible, int size) { testedControl.waitState(new State() { public Object reached() { - Wrap sb = findScrollBar(testedControl.as(Parent.class, Node.class), Orientation.VERTICAL, true); + Wrap sb = findScrollBar((Parent)testedControl.as(Parent.class, Node.class), Orientation.VERTICAL, true); if (Math.abs(sb.getControl().getValue() - scrollValue) < 0.01) { return true; } else { @@ -773,4 +773,4 @@ }.dispatch(testedControl.getEnvironment(), handler); } -} \ No newline at end of file +}