Closed web-padawan closed 1 day ago
I've noticed this flakiness (same tests) on Chrome too, not as often as on FF though
EDIT: Oh it happened with this PR also :)
Right, that's problematic... I'll try to investigate this a bit more. It could be that these tests have been flaky since I changed them to use sendKeys()
in https://github.com/vaadin/web-components/pull/7822 although initially they didn't seem to fail that often.
Using Enter to activate the cell locally seems to work, let's see if this passes in CI.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
Looks like using Enter instead of double click to activate the cell is more reliable.
Type of change