removed old deps + outdated e2e

This commit is contained in:
Wyatt Johnson
2017-08-19 09:59:46 -06:00
parent 6c19b90652
commit a7a80a452b
29 changed files with 151 additions and 2157 deletions
-18
View File
@@ -1,18 +0,0 @@
module.exports = {
waitForConditionTimeout: 8000,
baseUrl: 'http://localhost:3011',
users: {
admin: {
email: 'admin@test.com',
pass: 'testtest'
},
moderator: {
email: 'moderator@test.com',
pass: 'testtest'
},
commenter: {
email: 'commenter@test.com',
pass: 'testtest'
}
},
};