Commit Graph

92 Commits

Author SHA1 Message Date
nirajacharya2
deac05a540 adding test for listing permission of a project space (#8551)
(cherry picked from commit 28d53fee78)
2024-03-12 16:35:44 +01:00
nirajacharya2
7f0747e1a8 adding test for deleating sharer and listing sharedwithme by the sharee (#8520)
(cherry picked from commit 3b79c1c40a)
2024-03-12 16:35:44 +01:00
nirajacharya2
021afbff4b adding test for sharedWithMe endpoint for resource in project space (#8292)
(cherry picked from commit fb1d93342c)
2024-03-12 16:35:44 +01:00
Nalem7
7abce5bff9 add tests to list peoject spaces resources shared by two users with him/her (#8516)
(cherry picked from commit 4427c9f032)
2024-03-12 16:35:18 +01:00
Nalem7
f8d98a352a add tests to list space files shared with user who is member of group (#8484)
(cherry picked from commit 23eafebf24)
2024-03-12 16:34:22 +01:00
Sawjan Gurung
3cea035d6d [tests-only] use new json schema assertion lib that supports latest schema drafts (#8503)
* test(api): use new json schema assertion lib that supports latest schema drafts

* test(api): fix json schema

* test(api): fix method call

* test(api): update expected failure lines

* test(api): add custom schema validator

* test(api): add custom schema validator

* test(api): add custom schema validator

* test(api): add custom schema validator

* test(api): make json array validation strict

* test(api): fix php code style

* test(api): update expected failure lines
2024-02-23 16:24:22 +05:45
Saw-jan
497bffba1c test(api): make json scheme strict 2024-02-21 16:10:56 +05:45
Saw-jan
0b0ae60d9d test(api): make json scheme strict 2024-02-21 16:10:55 +05:45
Amrita
c92ebf4b46 [full-ci][tests-only]add tests coverage for removing expiration date from shares (#8490)
* add tests coverage for removing expiration date from share link

* add coverage for folder
2024-02-21 14:54:40 +05:45
Prarup Gurung
aa67452e2b Strict check for json schema 2024-02-20 16:58:44 +05:45
Prarup Gurung
6869216260 auto-sync-disabled: Added tests to lists shares, when same folder shared by two user 2024-02-20 16:52:29 +05:45
Prarup Gurung
3e5ccad80f auto-sync-disabled: Added tests to lists shares, when same file shared by two user 2024-02-20 16:52:29 +05:45
Prarup Gurung
c7cfb371a7 Removed disabled step, it is in background 2024-02-20 14:02:05 +05:45
Prarup Gurung
6c37672295 Strict check for json schema 2024-02-20 14:02:05 +05:45
Prarup Gurung
890777151c Updated scenario description, removed user carol creation step 2024-02-20 14:02:04 +05:45
Prarup Gurung
bcb2b2731c Added tests to lists folder shared with group and user when sync is disabled 2024-02-20 14:02:04 +05:45
Prarup Gurung
51065ac85a Added tests to lists file shared with group and user when sync is disabled 2024-02-20 14:02:04 +05:45
Prarup Gurung
80c980f1a9 Strict check for json schema 2024-02-20 12:51:17 +05:45
Prarup Gurung
a94fffd84c Added tests to lists folder with same name shared by two users 2024-02-20 12:09:50 +05:45
Prarup Gurung
58862d7231 Added tests to lists file with same name shared by two users 2024-02-20 12:09:50 +05:45
Sagar Gurung
c3d895445e [tests-only][full-ci]Added tests to lists shared by me after sharee is deleted (#8450)
* Added tests to lists shared by me after sharee is deleted

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Refactor tests

* Review address

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Review address

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

---------

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2024-02-16 15:16:29 +05:45
Nalem7
06f977635f add tests to list space files shared with group when auto sync is disable (#8414) 2024-02-16 09:21:42 +05:45
nirajacharya2
faa8bdbc95 adding tests for shareWithMe endpoint when resource is shared with a group (#8388) 2024-02-15 12:10:52 +05:45
Nalem7
2a4c18e485 add tests to list space file shared with them when sync is disabled (#8406) 2024-02-15 11:20:57 +05:45
Nalem7
4fc734fc24 move auto-sync-disable related feature file in separate file (#8443) 2024-02-13 16:28:56 +05:45
Amrita
58d6b837ae try to validate json scheme stricity (#8376) 2024-02-09 18:10:51 +05:45
Sabin Panta
5f57740976 [tests-only][full-ci]resourcetype variable deleted from testcode (#8370)
* resourcetype variable deleted from testcode

* updated expected failures file

* addressing review
2024-02-09 14:02:38 +05:45
nirajacharya2
d87f5b0316 adding test for updating role of a share (#8329) 2024-02-08 14:52:22 +05:45
nirajacharya2
59b6232260 adding test for sharing with user and group (#8346) 2024-02-08 10:12:41 +05:45
Prarup Gurung
c4a5f6a276 Added tests to lists folder shared with group when sync is disabled 2024-02-06 15:39:55 +05:45
Prarup Gurung
8340567db5 Added tests to lists file shared with group when sync is disabled 2024-02-06 15:39:55 +05:45
Prarup Gurung
f7eb4db082 Addressed reviews 2024-02-06 14:36:58 +05:45
Prarup Gurung
9bb711acb9 Added tests to lists folder shared with them when sync is disabled 2024-02-06 14:36:58 +05:45
Prarup Gurung
14888f3b7c Added tests to lists file shared with them when sync is disabled 2024-02-06 14:36:58 +05:45
Sabin Panta
1eb063e676 removed datatable for resource type row (#8369) 2024-02-06 13:04:04 +05:45
Sawjan Gurung
704b372205 [tests-only] extend share invite json response assertion (#8348)
* rename %eTag% to %etag_pattern% for clarity

* check more response properties
2024-02-05 11:43:19 +05:45
nirajacharya2
4bea4357a9 Added test for sharingNg for endpoint sharedByMe (#8311)
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

Added tests for list shared by me

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

adding test for updating permission of a share

Co-authored-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2024-02-02 17:50:41 +05:45
Prarup Gurung
40438ef1a7 Added more test coverage for invalid roles 2024-02-02 14:30:07 +05:45
Sagar Gurung
10aa33cf2a Added test for list shared by me when shared to group (#8345) 2024-02-02 14:16:20 +05:45
Ralf Haferkamp
ac5fe2d1a4 Adapted expected JSON schema in acceptance test for recent changes 2024-02-01 15:38:55 +01:00
Prajwol Amatya
d05a5b4334 remove tests related to resharing (#8338) 2024-02-01 16:41:31 +05:45
Prarup Gurung
fbe1b4288b [tests-only] Add test to share resource inside of space (#8327)
* Added test to send share invitation with user for resource inside of project space

* Added test to send share invitation with group for resource inside of project space

* Addressed reviews
2024-02-01 16:40:45 +05:45
Sawjan Gurung
94a7f189e0 rename list shares step (#8337) 2024-02-01 16:40:29 +05:45
Sagar Gurung
6a30e9f4f8 Added tests list resources by me from project space (#8306) 2024-02-01 15:28:18 +05:45
Prarup Gurung
e42e0c2d6f Added test to send share invitation with group for deleted file 2024-02-01 14:43:05 +05:45
Prarup Gurung
743364403b Added test to send share invitation with user for deleted file 2024-02-01 14:43:04 +05:45
Sagar Gurung
1281a730e8 [tests-only] Added test for sharingNg for endpoint sharedByMe from personal space (#8285)
* Added tests to list shared by me resources

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Review address

---------

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2024-02-01 13:54:44 +05:45
Prajwol Amatya
907a2d9c58 added test to share project space to a group (#8328) 2024-01-31 18:06:16 +05:45
Prajwol Amatya
95b6190ff0 [tests-only][full-ci] added test to share a disabled project space (#8319)
* added test to share a disabled project space

* added test to share deleted project space
2024-01-31 16:26:29 +05:45
nirajacharya2
a01475c41f using graph api to share in share with me test (#8323) 2024-01-31 14:05:35 +05:45