-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cypress test to verify error thrown for duplicate bed name #7206
Comments
@nihal467 can you please assign me |
when creating bed with same name getting 500 instead of 4xx |
fixed in ohcnetwork/care#1894 |
how is this new Cypress test different from the already existing Cypress test for verifying the creation of duplicate beds? https://github.com/coronasafe/care_fe/blob/develop/cypress/e2e/facility_spec/locations.cy.ts#L87-L94 |
@konavivekramakrishna Sorry, my bad, the test already exist, so closing this issue and feel free to assign other open issue |
Describe the test
Follow-up: ohcnetwork/care#1783
Currently, the backend throws an error, if we create a duplicate bed name for the same location, so verify the same
Check-list
The text was updated successfully, but these errors were encountered: