Closed sissbruecker closed 1 week ago
Thanks, also updated LoginOverlayTest
as it uses the same setup / test cases.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
https://github.com/vaadin/flow-components/pull/6669 introduced static mocking of
LoggerFactory
inLoginFormTest
, however that seems to cause flaky tests, such as the failure here on a PR forUpload
.Moving the mocking into the respective test methods seems to help.