How can I get rid of the dismiss messages displayed during a Vaadin TestBench test run in the right lower corner? Clicking by human does not help. Messages will appear on next test run.
image: dismiss messages
- @PreserveOnRefresh enabled
- Java live reload unavailable
Vaadin 23
You should run tests in Production Mode by setting
vaadin.productionModetotrue. This will disable the developer mode widget. If you're using Maven, you might have a separate profile for this purpose, such asWith Gradle, put
in your build.gradle file.