-
Notifications
You must be signed in to change notification settings - Fork 179
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
fix(app, react-api-client): fix tests after weird merges #12710
Conversation
187539f
to
4488891
Compare
Codecov Report
@@ Coverage Diff @@
## internal-release_0.8.0 #12710 +/- ##
==========================================================
- Coverage 73.04% 73.03% -0.01%
==========================================================
Files 1482 1483 +1
Lines 48172 48184 +12
Branches 3021 3022 +1
==========================================================
+ Hits 35188 35192 +4
- Misses 12520 12528 +8
Partials 464 464
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
passed all tests on local
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.
⚒️
Co-authored-by: Shlok Amin <[email protected]>
Overview
At the end of the day yesterday we merged in a flurry of PRs that resulted in some frontend test failures. This PR should fix those failures and make edge green again.
Review Requests
Make sure all frontend tests pass on this PR
Risk assessment
Low