Skip to content

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

Merged
merged 3 commits into from
Jun 24, 2025

Conversation

sanni-t
Copy link
Member

@sanni-t sanni-t commented Jun 23, 2025

Closes AUTH-2003

Overview

Updates the display names to correct ones shown in design proposals.

Review requests

  • Have I updated the PD test correctly? Is that test just a theoretical one or would PD actually show a text that's combination of display name and description? @jerader

Risk assessment

None.

@sanni-t sanni-t requested a review from ddcc4 June 23, 2025 18:25
@sanni-t sanni-t requested review from a team as code owners June 23, 2025 18:25
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.40%. Comparing base (a00cb11) to head (f9083d5).
Report is 4 commits behind head on chore_release-8.5.0.

Additional details and impacted files

Impacted file tree graph

@@                   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              
Flag Coverage Δ
protocol-designer 18.70% <ø> (-0.01%) ⬇️
step-generation 4.33% <ø> (-0.87%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 489 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@ddcc4 ddcc4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@sanni-t sanni-t requested review from jerader and a team June 23, 2025 18:56
screen.getByText('80% ethanol')

fireEvent.click(
screen.getByRole('label', { name: 'Aqueous Deionized water' })
screen.getByRole('label', { name: 'Aqueous (Deionized water) Deionized water' })
Copy link
Collaborator

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.

Copy link
Collaborator

@jerader jerader left a 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!

@sanni-t sanni-t merged commit ec54caf into chore_release-8.5.0 Jun 24, 2025
57 checks passed
@ddcc4
Copy link
Contributor

ddcc4 commented Jun 25, 2025

Hi Sanniti, this seems to have broken a test.

If you check out chore_release-8.5.0, and run:

yarn vitest --silent=false components/src/organisms/CommandText/__tests__/CommandText.test.tsx

I'm getting the test failure

TestingLibraryElementError: Unable to find an element with the text: Loading Volatile Liquid Class.

ddcc4 added a commit that referenced this pull request Jun 25, 2025
…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.
ddcc4 added a commit that referenced this pull request Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants