Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collapse deprecations by default #885

Merged
merged 4 commits into from
Dec 3, 2018

Conversation

thorsteinsson
Copy link
Member

Collapse deprecations by default, fixes #454.

I think it's better to get an overview of all the deprecations in the app and be able to expand each one.

@RobbieTheWagner
Copy link
Member

@thorsteinsson it looks like we have some test failures, potentially because tests expect things to be expanded. Can we tweak and fix the tests, as well as add tests for both the expanded and collapsed states?

@thorsteinsson
Copy link
Member Author

It's just the promise test that's failing and will be solved by #848.

@RobbieTheWagner
Copy link
Member

@thorsteinsson it's not the promise tests, it's deprecation tab tests that are failing here. They expect things to be expanded and are looking for elements that are not there. We need to tweak the tests to toggle expanding first.

@thorsteinsson
Copy link
Member Author

Good point, I fixed the tests.

@RobbieTheWagner RobbieTheWagner merged commit 9a7847d into emberjs:master Dec 3, 2018
cyril-sf pushed a commit to cyril-sf/ember-inspector that referenced this pull request Mar 30, 2022
* Collapse deprecations by default, fixes emberjs#454

* Expand deprecations in test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collapse deprecations by default
2 participants