Are there any bugs in Cypress that prevent this from happening? I created a function for the signup flow, and after submission, Cypress reloads the test.
cy.get('[data-cy="button-submit-signup"]').should('not.be.disabled');
cy.get('[data-cy="button-submit-signup"]').click({force: true});
after this submit being clicked wait for like 5 secs and then the cypress test reload and the whole test reset
New contributor
Eric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.