assertj / assertj/assertj-swing
Ability to hide caret on screenshots (aka fix Bug213 again)
Open
bug
enhancement
Improvement
Minor
to be documented
- Dominant language
- Java
- Stars
- 121
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
In issue #4 all `assertj-swing` tests failing were fixed. But this one still needs to be fixed.
It was originally issued [here](http://code.google.com/p/fest/issues/detail?id=213)
And as I analysed this issue isn't working well, yet. IMO calling `caret.setBlinkRate(0);` when hiding the caret before taking the screenshot is necessary.
I would like the possibility to change in a test if the caret should or shouldn't be visible on a screenshot.
Contributor guide
Assessment
This issue has not been assessed yet.