core icon indicating copy to clipboard operation
core copied to clipboard

d2l-input-time-range visual-diff test skipped

Open svanherk opened this issue 4 years ago • 0 comments

The opened behavior visual-diff tests for input-time-range are flakey and were skipped in https://github.com/BrightspaceUI/core/pull/1724.

I was able to reproduce the flakiness locally pretty easily. I tried the following, and nothing consistently solved the issue:

  • Waiting an animation frame before each test
  • Adding captureBeyondViewport: false
  • Waiting for updateComplete on a number of internal elements, like the dropdown, menu, etc. before trying to measure the rect

svanherk avatar Sep 24 '21 17:09 svanherk