Closed haiwan closed 4 years ago
See also https://github.com/vaadin/flow/issues/6351. May be it's related.
Also verified that it works fine with Vaadin 13.0.13
I'm closing this since it works in the latest version. Please reopen or let me know if it doesn't work in the modern versions.
Vaadin10+-Intro.zip It's a project with 2 sub-modules, exercises and solutions. The exercises module has a very simple view which contains only a button. The solutions module has a simple form which includes a date picker. When running integration tests, the first module passes, the second module fails, which you can see from the attached screenshot.
To reproduce:
https://github.com/jtomass/selenium-docker-local
docker-compose up
in the selenium-docker-local directorymvn verify -Pgitlab-it -Dcom.vaadin.testbench.Parameters.hubHostname=localhost
in the root directory.