Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed May 16, 2024
1 parent e58f0be commit 7d608ce
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ describe('ConfirmPipette', () => {
}
const { getByRole } = render(props)
expect(getByRole('button', { name: 'exit' })).toBeDisabled()
expect(
getByRole('button', { name: 'Calibrate pipette offset' })
).toBeDisabled()
})
it('should render buttons as disabled on failure when robot is in motion/isDisabled is true', () => {
props = {
Expand Down

0 comments on commit 7d608ce

Please sign in to comment.