mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
removed old deps + outdated e2e
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user