Files
talk/tests/e2e/globals.js
T
Belen Curcio 428a62ffd4 tests
2016-12-18 11:31:27 -03:00

16 lines
270 B
JavaScript

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