Wait a little for Cypress to detect register button

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-10-15 18:14:19 +02:00
parent e10f0018ff
commit f337ce32b8

View File

@ -15,6 +15,7 @@ describe('Login', () => {
cy.url().should('include', '/password-reset/send');
cy.go('back');
cy.wait(1000);
cy.get('form').contains('.control a.button', 'Register').click();
cy.url().should('include', '/register/user');