diff --git a/tests/acceptance/features/apiGraph/getUser.feature b/tests/acceptance/features/apiGraph/getUser.feature new file mode 100644 index 000000000..9c96e4e33 --- /dev/null +++ b/tests/acceptance/features/apiGraph/getUser.feature @@ -0,0 +1,11 @@ +@api +Feature: get user information + As an admin, subadmin or as myself + I want to be able to retrieve user information + So that I can see the information + + + Scenario: admin gets an existing user + Given these users have been created with default attributes and without skeleton files: + | username | displayname | + | brand-new-user | Brand New User |