Files
talk/tests/e2e/globals.js
T
Belen Curcio 89709a80c1 Flag Comment
2016-12-19 10:31:51 -03:00

19 lines
330 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'
}
},
};