-
Notifications
You must be signed in to change notification settings - Fork 51
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
Bug fix: open project command lists project names #5176
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5176 +/- ##
=======================================
Coverage 85.95% 85.95%
=======================================
Files 90 90
Lines 32715 32715
=======================================
Hits 28121 28121
Misses 4594 4594
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM, but agree with Jon's comment.
Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
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.
I was able to use the command bar to open multiple projects and go to the home page and open a project while in a project. The list appears to be populated correctly now, thanks for the fix!
Amends an existing E2E test to reveal the bug, then fixes it by grabbing the live items off the actor context. This break was the result of some changes to file system reading and command loading we made recently, and these commands were under-tested.