Files
talk/test/e2e/globals.js
T
2017-01-20 17:28:08 -07:00

19 lines
332 B
JavaScript

module.exports = {
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'
}
},
};