Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Nov 18, 2024
1 parent cf93152 commit 73cb809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karibu-testing-v10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,8 @@ val btn = UI.getCurrent().button {
}
}
btn._click()
MockVaadin.clientRoundtrip() // necessary, to run the handlers
MockVaadin.clientRoundtrip() // necessary, to run the handlers. However, this is called automatically
// if your looks up a component as a next action.
```

Since Karibu-Testing 2.2.1.
Expand Down

0 comments on commit 73cb809

Please sign in to comment.