From 75aa0dc51d41860ef6f5332c7433d2a8c26d9257 Mon Sep 17 00:00:00 2001 From: smb2268 Date: Fri, 29 Jul 2022 09:54:26 -0400 Subject: [PATCH] Update homing test --- .../organisms/Devices/ProtocolRun/__tests__/StepText.test.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/organisms/Devices/ProtocolRun/__tests__/StepText.test.tsx b/app/src/organisms/Devices/ProtocolRun/__tests__/StepText.test.tsx index 3e3a26e0886..eabb9660a1e 100644 --- a/app/src/organisms/Devices/ProtocolRun/__tests__/StepText.test.tsx +++ b/app/src/organisms/Devices/ProtocolRun/__tests__/StepText.test.tsx @@ -892,9 +892,7 @@ describe('StepText', () => { }, }, }) - getByText( - 'Homing the following axes: Gantry X, Gantry Y, Left Pipette Mount Z, Right Pipette Mount Z, Left Pipette Plunger, Right Pipette Plunger' - ) + getByText('Homing all gantry, pipette, and plunger axes') }) it('renders correct command text for savingPosition', () => {