flowtip icon indicating copy to clipboard operation
flowtip copied to clipboard

Add browser tests

Open 10xjs opened this issue 6 years ago • 0 comments

The simulated DOM used in jest tests isn't capable of providing the required layout information for flowtip to operate properly. (getBoundingClientRect and getComputedStyle are both stubbed to return constant mock results)

We need to set up in-browser tests (potentially using https://saucelabs.com/open-source) to create proper test coverage for flowtip-react-dom.

10xjs avatar Mar 14 '18 22:03 10xjs