diff options
Diffstat (limited to 'catalog-ui/cypress/fixtures/common/user-data.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/common/user-data.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/common/user-data.json b/catalog-ui/cypress/fixtures/common/user-data.json new file mode 100644 index 0000000000..aa7cd01143 --- /dev/null +++ b/catalog-ui/cypress/fixtures/common/user-data.json @@ -0,0 +1,10 @@ +{ + "firstName": "Carlos", + "lastName": "Santana", + "userId": "m08740", + "email": "csantana@sdc.com", + "role": "DESIGNER", + "lastLoginTime": 1558297200989, + "status": "ACTIVE", + "fullName": "Carlos Santana" +}
\ No newline at end of file |