Ocelot-Social/cypress/integration/data/loginCredentials.js
Ulf Gebhardt 2c881c4f48
authentication feature
fixed a problem in login component
2021-04-12 13:22:30 +02:00

7 lines
114 B
JavaScript

const loginCredentials = {
email: "peterpan@example.org",
password: "1234"
}
export default loginCredentials