Closed bernardobreder closed 7 years ago
I created a simple code test to demonstrate the problem. I figure out that there are two break situations only:
The test code file is attached.
Did anyone have this problem or know how circumvents it.
Hi thanks for providing your problem and the additional information (including the test) - that helps!
What information of AssertJ Swing are you running? Indeed there are a lot of little problems like this and I'm hunting for them to remove them. With 3.4.0 I released a fix that might solve a lot of these problems. Could you check your problem with 3.4.0? I add your test to the test suite but unfortunately the test runs successful on my machine with the latest code.
So please let me know if the latest release works for you, too. Thanks!
Reopen if it still exists.
Hello, I have used fest-swing in a big project and I am trying to migrate to assertj-swing framework. Since the beginning using fest-swing, sometimes the feature in the robot click does not function so well. For instance, I have 100 tests and 5 tests break due to robot do not click at the button or in a menuitem. Can you help me about this? Do you know what is happening? The assertj-swing solved some similar problem ?