docbrown/cypress/fixtures/users/moderatorUser.json
Dwight Scott 8b70e9e1f3
added ability to assign moderator role via admin/super admin (#17759)
* 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>
2022-05-26 10:57:08 -04:00

5 lines
102 B
JSON

{
"username": "moderator_user",
"email": "moderator-user@forem.local",
"password": "password"
}