FXFileChooser icon indicating copy to clipboard operation
FXFileChooser copied to clipboard

Testing of change location functionality

Open Oliver-Loeffler opened this issue 3 years ago • 3 comments

It turned out, that the change location (or change directory) functionality implemented is hard to test. Therefore a rework is needed.

Points which turned out problematic:

  • PathSupplier is actually a path consumer - need to rethink the idea here
  • The SplitMenuButton seems to hard to reach with TestFX - found no way yet to interact with the button or the menu.

Oliver-Loeffler avatar Oct 25 '20 12:10 Oliver-Loeffler