Skip to content

Commit 8588ce1

Browse files
smb2268ahiuchingau
authored andcommitted
Fix tests
1 parent 26f959e commit 8588ce1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/organisms/ErrorRecoveryFlows/shared/__tests__/StackerShuttleLwInfo.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('Render StackerShuttleLwInfo', () => {
7878
expect.objectContaining({
7979
title: 'Load labware onto labware shuttle',
8080
type: 'location',
81-
layout: 'stacked',
81+
layout: 'default',
8282
showQuantity: false,
8383
}),
8484
expect.anything()

app/src/organisms/InterventionModal/__tests__/InterventionModal.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ describe('InterventionModal', () => {
281281
} as any,
282282
}
283283
render(props)
284-
screen.getByText('Labware name')
285284
screen.getByText('mockLabwareInStagingArea')
286285
screen.queryAllByText('B4')
287286
screen.queryAllByText('Waste Chute')

0 commit comments

Comments
 (0)