From 73cb80906ab1d1bcbc9a4cb8ef70bd3a1695e225 Mon Sep 17 00:00:00 2001 From: Martin Vysny Date: Mon, 18 Nov 2024 12:20:36 +0200 Subject: [PATCH] readme --- karibu-testing-v10/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karibu-testing-v10/README.md b/karibu-testing-v10/README.md index dbb04b15..a4a5c2d3 100644 --- a/karibu-testing-v10/README.md +++ b/karibu-testing-v10/README.md @@ -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.