Added test to get user information with GraphAPI

This commit is contained in:
sagargurung1001@gmail.com
2022-11-28 14:32:55 +05:45
parent 1c246bb3b5
commit 1a8c4008d1
@@ -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 |