The Prompt
Create a Cypress test that intercepts a GET request to '/api/v1/users' and mocks the response with a 500 Internal Server Error. Verify that the UI displays the correct error boundary message.
How to use this prompt
Use this prompt when you need to simulate server downtime or edge case responses in your Cypress tests.