Updating usernames and passwords to new standards.

This commit is contained in:
David Jay
2017-01-18 12:43:09 -05:00
parent b59512d2b8
commit 074630e628
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ selenium-standalone install
./bin/cli-users create --flag_mode --email "moderator@test.com" --password "testtest" --name "ModeratorTestUser" --role "moderator"
# Creating Commenter Test User
./bin/cli-users create --flag_mode --email "commenter@test.com" --password "testtest" --name "commenter@test.com"
./bin/cli-users create --flag_mode --email "commenter@test.com" --password "testtest" --name "CommenterTestUser"
./bin/cli -c .env-e2e serve --jobs &