fix e2e test

This commit is contained in:
Ulf Gebhardt 2023-05-05 14:18:30 +02:00
parent 6c95541c46
commit 2286700b83
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -35,6 +35,6 @@ Cypress.Commands.add('login', (email, password) => {
}
cy.visit('/')
window.localStorage.setItem('vuex', JSON.stringify(vuexToken))
window.localStorage.setItem('gradido-frontend', JSON.stringify(vuexToken))
})
})