Adapt login command to server master change
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Luka Trovic
parent
349c94ee23
commit
7e32a16969
@@ -29,7 +29,7 @@
|
||||
cy.visit(route)
|
||||
cy.get('input[name=user]').type(user)
|
||||
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)
|
||||
})
|
||||
// in case the session already existed but we are on a different route...
|
||||
|
||||
Reference in New Issue
Block a user