Add basic end-to-end test for admin moderation interface (#29424)
This commit is contained in:
parent
036f5a05e3
commit
6f7615ba86
3 changed files with 40 additions and 0 deletions
|
@ -21,6 +21,12 @@ module ProfileStories
|
|||
click_on I18n.t('auth.login')
|
||||
end
|
||||
|
||||
def as_a_logged_in_admin
|
||||
# This is a bit awkward, but this avoids code duplication.
|
||||
as_a_logged_in_user
|
||||
bob.update!(role: UserRole.find_by!(name: 'Admin'))
|
||||
end
|
||||
|
||||
def with_alice_as_local_user
|
||||
@alice_bio = '@alice and @bob are fictional characters commonly used as' \
|
||||
'placeholder names in #cryptology, as well as #science and' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue