Files
talk/tests/e2e/globals.js
T
Belen Curcio 67aeb223d6 Login tests
2016-12-18 13:07:16 -03:00

19 lines
329 B
JavaScript

export default {
waitForConditionTimeout: 8000,
baseUrl: 'http://localhost:3000',
users: {
admin: {
email: 'admin@test.com',
pass: 'test'
},
moderator: {
email: 'moderator@test.com',
pass: 'test'
},
commenter: {
email: 'commenter@test.com',
pass: 'test'
}
}
};