-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(self-hosted): Errors only self-hosted sidebar #72012
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
Conversation
Bundle ReportChanges will increase total bundle size by 134 bytes ⬆️
|
@gggritso I've noticed you've recently been working on sidebar changes, and wanted to loop you in as I've improved some of the test coverage here. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #72012 +/- ##
=======================================
Coverage 77.91% 77.91%
=======================================
Files 6573 6573
Lines 292701 292702 +1
Branches 50523 50523
=======================================
+ Hits 228053 228059 +6
+ Misses 58401 58396 -5
Partials 6247 6247
|
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Follow-up to #72012. Updates the tests a bit, moves things around, and expands test coverage. - Move link set tests together - Simplify `ConfigStore` init - init in `beforeEach` - remove `act` - Update spec structure 1. Set up all possible sidebar feature flags 2. Await `Broadcast` mount 3. Fetch elements by role, not by ID 4. Check element by accessible title, not by ID
Take 3 of #71948. The PR that originally introduced sidebar changes was reverted, causing frontend tests that were introduced here to fail.