from pytest_bdd import given
given('I\'m an admin user', fixture='admin_user')
given('I\'m an author user', fixture='author_user')