* added ability to assign moderator role via admin/super admin * create Mod User in seeds * add Cypress specs * fix failing Cypress tests * fix failing specs by moving test Mod user to the end * nudge Travis * nudge Travis Co-authored-by: Arit Amana <msarit@gmail.com>
5 lines
102 B
JSON
5 lines
102 B
JSON
{
|
|
"username": "moderator_user",
|
|
"email": "moderator-user@forem.local",
|
|
"password": "password"
|
|
}
|