Skip to content

Commit

Permalink
adjust spec
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 9, 2025
1 parent 283653d commit 18dd8ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployables/app/app/routes/edit-route.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ describe('Edit route', () => {
{ searchParams: { route: btoa(JSON.stringify(route)) } },
)

expect(
screen.getByRole('combobox', { name: 'Chain' }),
).toHaveDisplayValue(name)
expect(screen.getByText(name)).toBeInTheDocument()
},
)
})
Expand Down

0 comments on commit 18dd8ef

Please sign in to comment.