Wait a little for Cypress to detect register button
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
eef8ba516d
commit
a78441bb25
|
@ -15,6 +15,7 @@ describe('Login', () => {
|
||||||
cy.url().should('include', '/password-reset/send');
|
cy.url().should('include', '/password-reset/send');
|
||||||
cy.go('back');
|
cy.go('back');
|
||||||
|
|
||||||
|
cy.wait(1000);
|
||||||
cy.get('form').contains('.control a.button', 'Register').click();
|
cy.get('form').contains('.control a.button', 'Register').click();
|
||||||
cy.url().should('include', '/register/user');
|
cy.url().should('include', '/register/user');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue