mirror of
https://github.com/filegator/filegator.git
synced 2025-09-09 04:50:46 +02:00
cypress e2e tests;
This commit is contained in:
16
tests/frontend/e2e/fixtures/getuser.json
Normal file
16
tests/frontend/e2e/fixtures/getuser.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"data": {
|
||||
"role": "guest",
|
||||
"permissions": [
|
||||
"read",
|
||||
"write",
|
||||
"upload",
|
||||
"download",
|
||||
"batchdownload",
|
||||
"zip"
|
||||
],
|
||||
"homedir": "\\/",
|
||||
"username": "guest",
|
||||
"name": "Guest"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user