Adapt login command to server master change

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-04-27 11:48:15 +02:00
committed by Luka Trovic
parent 349c94ee23
commit 7e32a16969

View File

@@ -29,7 +29,7 @@
cy.visit(route) cy.visit(route)
cy.get('input[name=user]').type(user) cy.get('input[name=user]').type(user)
cy.get('input[name=password]').type(password) cy.get('input[name=password]').type(password)
cy.get('#submit-wrapper input[type=submit]').click() cy.get('.submit-wrapper input[type=submit]').click()
cy.url().should('include', route) cy.url().should('include', route)
}) })
// in case the session already existed but we are on a different route... // in case the session already existed but we are on a different route...