App styles leak into QUnit test runner UI
Open
- Dominant language
- JavaScript
- Stars
- 258
- Forks
- 156
- PR merge metrics
- No merged PRs in 30d
Description
Because the test runner's UI and the UI of the rendered component/app are not isolated, the app styles leak into the QUnit test runner's UI. The example below shows a case where the inputs for Hide passed tests, Check for Globals, etc are rendered with no checkboxes due to some app styles.

Ideally QUnit's styles would not affect the rendered UI in the tests and vice versa.
Contributor guide
Assessment
This issue has not been assessed yet.