Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Dec 10, 2023
1 parent 72d3344 commit bfd9266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/__tests__/GeneDetailView.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@ describe.concurrent('GeneDetailView', async () => {

const errorMessage = wrapper.findComponent({ name: 'VAlert' })
expect(errorMessage.exists()).toBe(true)
expect(errorMessage.text()).toContain('TypeError: Failed to parse URL')
expect(errorMessage.text()).toContain('FetchError: invalid json response body')
})
})

0 comments on commit bfd9266

Please sign in to comment.