Skip to content

Commit da28c60

Browse files
committed
Revert "test(components): fix CommandText.test.tsx after we changed liquid class displayNames (#18738)"
This reverts commit 968ddc8.
1 parent 97f8c50 commit da28c60

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 (80% ethanol) Liquid Class')
711+
screen.getByText('Loading Volatile Liquid Class')
712712
})
713713
it('renders correct text for temperatureModule/setTargetTemperature', () => {
714714
const mockTemp = 20

0 commit comments

Comments
 (0)