Skip to content

Commit 968ddc8

Browse files
authored
test(components): fix CommandText.test.tsx after we changed liquid class 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.
1 parent 4015cd0 commit 968ddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/src/organisms/CommandText/__tests__/CommandText.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ describe('CommandText', () => {
708708
/>,
709709
{ i18nInstance: i18n }
710710
)
711-
screen.getByText('Loading Volatile Liquid Class')
711+
screen.getByText('Loading Volatile (80% ethanol) Liquid Class')
712712
})
713713
it('renders correct text for temperatureModule/setTargetTemperature', () => {
714714
const mockTemp = 20

0 commit comments

Comments
 (0)