Cypress - Test Organization and Patterns
This Cypress cleanup code causes tests to fail intermittently:
What is the main problem?
afterEach(() => {
cy.request('DELETE', '/api/testdata')
cy.visit('/home')
})What is the main problem?
