mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Always use english lang on login
This commit is contained in:
parent
a518412ea0
commit
ee8dbb7765
@ -27,6 +27,7 @@ const switchLanguage = function(name) {
|
||||
|
||||
const login = (email, password) => {
|
||||
cy.visit(`${baseUrl}/login`)
|
||||
switchLanguage('English')
|
||||
cy.get('input[name=email]')
|
||||
.trigger('focus')
|
||||
.type(email)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user