wix-playground / stylable-components

Fully-tested & strictly-typed component library based on React, using optional Wix styling.
MIT License
35 stars 3 forks source link

augmenting the autofocus test to not warn on IE #568

Closed JoMarton closed 6 years ago

JoMarton commented 6 years ago

Currently the checkbox component has a test for autoFocus prop. Strait-forwardly this test would fail on a browser window that isn't focused, so the test has a condition that runs the test if it has focus and doesn't if not. This PR aims to fix a problem with the test not running on IE & Safari.