Cypress - Test Organization and Patterns
You have this Cypress cleanup code:
but the test data is not deleted as expected. What is the most probable reason?
afterEach(() => {
cy.request('DELETE', '/api/testdata')
})but the test data is not deleted as expected. What is the most probable reason?
