Bill Stackhouse
Results
1
comments of
Bill Stackhouse
I wrote this to overcome the problem clicking on buttons and it works in Java 22. ``` /** * Overcome bug in AssertJ where fixture.button(name).click(); does not work. * *...