web-components icon indicating copy to clipboard operation
web-components copied to clipboard

Integration tests for grid tooltip delays are flaky

Open web-padawan opened this issue 3 years ago • 0 comments

Description

Integration tests for grid tooltip delays added by #4676 are quite flaky and fail randomly. Example: https://github.com/vaadin/web-components/actions/runs/3241655226/jobs/5314013986

integration/tests/grid-tooltip.test.js:

 ❌ tooltip > should use hover delay on cell mouseenter
      AssertionError: expected true to be false
      + expected - actual
      
      -true
      +false
      
      at o.<anonymous> (integration/tests/grid-tooltip.test.js:63:33)

 ❌ tooltip > should use focus delay on cell keyboard focus
      AssertionError: expected true to be false
      + expected - actual
      
      -true
      +false
      
      at o.<anonymous> (integration/tests/grid-tooltip.test.js:136:[33](https://github.com/vaadin/web-components/actions/runs/3241655226/jobs/5314013986#step:5:34))

web-padawan avatar Oct 13 '22 10:10 web-padawan