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', () => {