-
Notifications
You must be signed in to change notification settings - Fork 29
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
test(e2e): add e2e test for scope chooser with filtered targets #2644
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
a2eb3dd
to
68638e7
Compare
68638e7
to
69addb2
Compare
69addb2
to
149eca4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition!! definetly we were missing this one, thanks for taking care!
I left a none blocking comment 😉
Move beforeEach and afterEach and the associated variables setup in hooks to top-level within scope.spec.js. This matches the patterns used in other tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, thanks for adding this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, awesome work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!! 🙌
Description
Adds an e2e test to ensure that the scope choose in the desktop app correctly filters the displayed targets.
Closes: https://hashicorp.atlassian.net/browse/ICU-16121
🎟️ Jira ticket
Screenshots (if appropriate)
How to Test
With enos and existing e2e setup working, run this command from the
e2e-tests
folder:Checklist
- [ ] I have added before and after screenshots for UI changes- [ ] I have added JSON response output for API changes- [ ] I have added steps to reproduce and test for bug fixes in the description- [ ] I have commented on my code, particularly in hard-to-understand areas- [ ] My changes generate no new warnings- [ ] I have added tests that prove my fix is effective or that my feature works