Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Nov 2, 2024
1 parent 95c96b9 commit 60d9dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('DropTipField', () => {
})
it('renders the label and dropdown field with trash bin selected as default', () => {
render(props)
screen.getByText('drop tip location')
screen.getByText('Tip drop location')
screen.getByRole('combobox', { name: '' })
screen.getByRole('option', { name: 'Trash Bin' })
screen.getByRole('option', { name: 'mock tip' })
Expand Down

0 comments on commit 60d9dac

Please sign in to comment.