Results 49 comments of Travis Furrer

Just in case it helps anyone googling find this... We're seeing another stack trace which I believe is the same root cause. `Cannot invoke "javafx.scene.Scene.getWidth()" because "scene" is null java.lang.NullPointerException:...

Since this is really a problem with Node queries, I believe it's not unique to clickOn()? One possible workaround is to wrap any code that performs a Node query in...

This might be a duplicate of #143?

We believe we've successfully worked around this bug by **_overriding almost every method in FxRobot to call super inside a waitForAsyncFx()_**. It's a bit painful to override so many methods,...

Our suite of only about 35 tests was extremely unstable prior to applying the workaround (it consistently took

I'm not sure that calls to getBoundsInLocal() are the only unsafe thing that TestFX is doing. Basically, accessing almost anything in the scene graph directly from the test thread is...

@adamish Thanks for sharing that reply. The trick of running test methods on the FX thread is cool, but it definitely imposes some other limitations which prevent me from using...

Just one problem... the deleted chats come back after IDE restart.