vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

fix: Wait for frontend compilation before Flow client init #1706

Closed mshabarov closed 9 months ago

mshabarov commented 9 months ago

Waits for frontend compilation before waiting for Flow client initialisation to cover the custom dev bundle compilation case.

Fixes https://github.com/vaadin/testbench/issues/1705