-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
angular tests for angular dialog service #9023
Comments
Does it make sense to use angular tests for this? A ui test sounds more appropriate but am not into it what the problem was |
I just want to add complete coverage without adding too many ui tests. |
Just wondering how you make sure it's displayed? Check for a certain css class? Is it possible to trigger a reload of a page in the tests? Cause I thought angular tests are supposed to be unit tests, so curious if that's possible. |
I haven't really thought about it. To clarify, I don't want to add 0 UI tests, just one or two UI tests, and then get full coverage via an angular test (instead of adding 10 extra UI tests or something). |
👍 sounds good :) I only read the issue description and what was wondering about it |
follows up #9012 Dialogs implemented with angular will not display on reload or via URL
TODO:
The text was updated successfully, but these errors were encountered: