Skip to content

Commit 5b8c6bd

Browse files
committed
Fix CommandText.test.tsx after we changed liquid class displayNames
1 parent 4015cd0 commit 5b8c6bd

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)