System test added to verify auto-approval of screenshots from moderators

This commit is contained in:
Christoph Haas 2021-03-02 01:56:25 +01:00
parent 47df4d8afd
commit 86bfff58f2
3 changed files with 60 additions and 9 deletions

View file

@ -18,11 +18,12 @@ normal:
pseudo: true
encrypted_password: <%= Devise::Encryptor.digest(User, 'normalsecret') %>
debian:
moderator:
name: Detlef Debian
created_at: 2018-01-01
updated_at: 2018-01-01
email: detlef@debian.org
sign_in_count: 0
provider: salsa
encrypted_password: nil
provider: local
moderator_role: true
encrypted_password: <%= Devise::Encryptor.digest(User, 'moderatorsecret') %>