-
Notifications
You must be signed in to change notification settings - Fork 184
fix(shared-data): update lc display names #18711
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(shared-data): update lc display names #18711
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## chore_release-8.5.0 #18711 +/- ##
=======================================================
- Coverage 23.45% 23.40% -0.06%
=======================================================
Files 3261 3193 -68
Lines 281732 267476 -14256
Branches 29042 27725 -1317
=======================================================
- Hits 66083 62599 -3484
+ Misses 215629 204857 -10772
Partials 20 20
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Yay!
screen.getByText('80% ethanol') | ||
|
||
fireEvent.click( | ||
screen.getByRole('label', { name: 'Aqueous Deionized water' }) | ||
screen.getByRole('label', { name: 'Aqueous (Deionized water) Deionized water' }) |
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.
this seems funny that deionized water is listed twice. let me take a look after my meeting.
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.
there's a prettier error but otherwise this lgtm. the PD components have been updated a lot in the chore_release-pd-8.5.0
branch so i'll just take a quick look at everything once this is merged in & this change is in the chore_release-pd-8.5.0
branch!
Hi Sanniti, this seems to have broken a test. If you check out
I'm getting the test failure
|
…ass displayNames (#18738) # Overview This fixes a broken test after PR #18711, which changed the names of our liquid classes (AUTH-2003). Specifically, we renamed `Volatile` to `Volatile (80% ethanol)`. ## Test Plan and Hands on Testing Ran test locally. Will also see if CI tests pass. ## Risk assessment Low, test only.
Closes AUTH-2003
Overview
Updates the display names to correct ones shown in design proposals.
Review requests
Risk assessment
None.