-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wait for dev bundle build in waitForVaadin #1705
Comments
I have used slightly different wayt to do the same |
UPD: TestBench This checks for a flag Since the custom dev bundle build shows the same We should start with testing the |
Waits for frontend compilation before waiting for Flow client initialisation to cover the custom dev bundle compilation case. Fixes #1705
Waits for frontend compilation before waiting for Flow client initialisation to cover the custom dev bundle compilation case. Fixes #1705
Vaadin Flow 24.3 has now a "Building front-end development bundle" spinner shown on the page when dev bundle is being generated, see this issue.
TestBench should take this into account in
waitForVaadin
method to let Flow apps to properly wait until custom dev bundle is ready.Possible solution is to wait until spinner div
disappears, like shown below:
The text was updated successfully, but these errors were encountered: