Merge pull request #9439 from owncloud/addDocsToOcmTests

[test-only] add testing docs to ocm test
This commit is contained in:
Viktor Scharf
2024-06-27 13:03:01 +02:00
committed by GitHub
9 changed files with 324 additions and 9 deletions
@@ -1,3 +1,4 @@
@ocm
Feature: an user shares resources usin ScienceMesh application
As a user
I want to share resources between different ocis instances
@@ -478,6 +478,7 @@ Feature: moving/renaming file using file id
| sharee | Brian |
| shareType | user |
| permissionsRole | <permissions> |
And user "Brian" has a share "/folder" synced
When user "Brian" moves a file "Shares/folder/test.txt" into "folder" inside space "Shares" using file-id path "<dav-path>"
Then the HTTP status code should be "403"
And as "Alice" file "test.txt" should not exist in the trashbin of the space "Personal"