docbrown/cypress/fixtures/users/trustedUser.json
Nick Taylor 96f54d02cd
[15 min fix] Fixed an issue with the moderation button not appearing on some posts (#14184)
* Fixed an issue with the moderation button not appearing on some posts.

* Added some E2E tests to ensure moderation button is on posts for trusted users.

* Added some more tests.

* Added a test to ensure moderation button does not appear when logged out.
2021-07-13 10:31:00 +02:00

5 lines
102 B
JSON

{
"username": "trusted_user_1",
"email": "trusted-user-1@forem.local",
"password": "password"
}