StarChart-Labs / corona-ide

A exploratory project to build a lighter, simpler Java IDE - or learn trying!
Eclipse Public License 1.0
3 stars 1 forks source link

Write TestFX tests for things that need clicking #50

Closed nickavv closed 6 years ago

nickavv commented 7 years ago

Since I'm doing the JavaFX UI, and I own a 4K monitor, I cannot write certain tests that pass locally until this issue in TestFX is fixed: https://github.com/TestFX/TestFX/issues/245

The types of tests affected by this issue are specifically ones that involve moving the mouse and clicking on certain UI elements, as the mouse moves to the wrong locations.

We need to get this sorted and fix it before too long

nickavv commented 6 years ago

We've added the tests, although they don't all work on Travis