chore: update test case

This commit is contained in:
Louis 2024-11-20 22:14:24 +07:00
parent 43c5feb3cc
commit e0a4cafd46
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -63,9 +63,6 @@ describe('ErrorMessage Component', () => {
render(<ErrorMessage message={message} />)
expect(
screen.getByText('Apologies, somethings amiss!')
).toBeInTheDocument()
expect(screen.getByText('troubleshooting assistance')).toBeInTheDocument()
})