emberjs / emberjs/ember-qunit

App styles leak into QUnit test runner UI

Open
#485 8 comments 5 reactions 0 assignees View on GitHub
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.
![Screen Shot 2019-05-06 at 2 44 43 PM](https://user-images.githubusercontent.com/1229030/57257341-f17e9000-700d-11e9-8d95-1b1df262aa49.png)

Ideally QUnit's styles would not affect the rendered UI in the tests and vice versa.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.