Check for duplicates
Component
field-angle and field-slider
Problem
As #2521 indicates there is need for webdriver tests for at least field-slider and field-angle.
Request
Introduce webdriver tests for #2521 that would help prevent regressions like this from returning. Specifically:
It would be prudent to also verify that at least some of these tests fail without the fix from #2521 enabled to ensure they actually do catch the original regression.
There are likely a bunch of other useful tests that could be added with a fully working DOM environment, but this seems like a solid start.
Alternatives considered
Trying to make the new tests needed work with JSDom in Node.js, but this is especially tricky since much of the DOM flows are faked through JSDom.
Additional context
Possibly related to #966.
Check for duplicates
Component
field-angleandfield-sliderProblem
As #2521 indicates there is need for webdriver tests for at least
field-sliderandfield-angle.Request
Introduce webdriver tests for #2521 that would help prevent regressions like this from returning. Specifically:
It would be prudent to also verify that at least some of these tests fail without the fix from #2521 enabled to ensure they actually do catch the original regression.
There are likely a bunch of other useful tests that could be added with a fully working DOM environment, but this seems like a solid start.
Alternatives considered
Trying to make the new tests needed work with JSDom in Node.js, but this is especially tricky since much of the DOM flows are faked through JSDom.
Additional context
Possibly related to #966.