Removed core issue tag, refactored ocis-reva, ocis issue tag

This commit is contained in:
Prarup Gurung
2023-03-31 17:27:18 +05:45
parent 5c2a011519
commit f3bf0894fc
76 changed files with 295 additions and 295 deletions
@@ -1,4 +1,4 @@
@api @files_sharing-app-required @issue-ocis-1327
@api @files_sharing-app-required @issue-1327
Feature: shares are received in the default folder for received shares
Background:
@@ -37,7 +37,7 @@ Feature: share resources where the sharee receives the share in multiple ways
| 1 | 100 | /textfile0 (2).txt |
| 2 | 200 | /textfile0 (2).txt |
@issue-ocis-1289
@issue-1289
Scenario Outline: Share of folder and sub-folder to same user
Given using OCS API version "<ocs_api_version>"
And group "grp4" has been created
@@ -62,7 +62,7 @@ Feature: share resources where the sharee receives the share in multiple ways
| 1 | 100 | /CHILD |
| 2 | 200 | /CHILD |
@issue-ocis-2021
@issue-2021
Scenario Outline: sharing subfolder when parent already shared
Given using OCS API version "<ocs_api_version>"
And group "grp1" has been created
@@ -79,7 +79,7 @@ Feature: share resources where the sharee receives the share in multiple ways
| 1 | 100 | /sub |
| 2 | 200 | /sub |
@issue-ocis-2021
@issue-2021
Scenario Outline: sharing subfolder when parent already shared with group of sharer
Given using OCS API version "<ocs_api_version>"
And group "grp0" has been created
@@ -122,7 +122,7 @@ Feature: share resources where the sharee receives the share in multiple ways
And the content of file "/Shares/randomfile.txt" for user "Alice" should be "First data"
And the content of file "/Shares/randomfile (2).txt" for user "Alice" should be "Second data"
@issue-ocis-2131
@issue-2131
Examples:
| ocs_api_version | file_target_1 | file_target_2 |
| 1 | /randomfile.txt | /randomfile (2).txt |
@@ -157,7 +157,7 @@ Feature: share resources where the sharee receives the share in multiple ways
And as "Alice" folder "/Shares/zzzfolder/Brian" should exist
And as "Alice" folder "/Shares/zzzfolder (2)/Carol" should exist
@issue-ocis-2131
@issue-2131
Examples:
| ocs_api_version | file_target_1 | file_target_2 | ocs_status_code |
| 1 | /zzzfolder | /zzzfolder (2) | 100 |
@@ -398,7 +398,7 @@ Feature: share resources where the sharee receives the share in multiple ways
And user "Brian" should be able to rename file "/Shares/child1/child2/textfile-2.txt" to "/Shares/child1/child2/rename.txt"
And user "Brian" should not be able to rename file "/Shares/parent/child1/child2/rename.txt" to "/Shares/parent/child1/child2/rename2.txt"
And user "Alice" should not be able to rename file "/Shares/parent/child1/child2/rename.txt" to "/Shares/parent/child1/child2/rename2.txt"
@issue-ocis-2440
@issue-2440
Examples:
| path |
| /child1 |
@@ -433,7 +433,7 @@ Feature: share resources where the sharee receives the share in multiple ways
And user "Brian" should be able to delete file "/Shares/child1/child2/textfile-2.txt"
And user "Brian" should not be able to delete folder "/Shares/parent/child1"
And user "Alice" should not be able to delete folder "/Shares/parent/child1"
@issue-ocis-2440
@issue-2440
Examples:
| path |
| /child1 |
@@ -1,4 +1,4 @@
@api @files_sharing-app-required @issue-ocis-1328
@api @files_sharing-app-required @issue-1328
Feature: share resources with a disabled user
Background:
@@ -6,7 +6,7 @@ Feature: share resources with a disabled user
And user "Alice" has been created with default attributes and without skeleton files
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "/textfile0.txt"
@issue-ocis-2212
@issue-2212
Scenario Outline: Creating a new share with a disabled user
Given using OCS API version "<ocs_api_version>"
And user "Brian" has been created with default attributes and without skeleton files
@@ -18,7 +18,7 @@ Feature: share resources with a disabled user
| ocs_api_version | ocs_status_code |
| 1 | 997 |
@issue-32068
Scenario: Creating a new share with a disabled user
Given using OCS API version "2"
And user "Brian" has been created with default attributes and without skeleton files
@@ -72,7 +72,7 @@ Feature: cannot share resources with invalid permissions
| 1 | 200 | create,delete |
| 2 | 400 | create,delete |
@issue-ocis-reva-34
Scenario Outline: Cannot create a share of a file with a group with only create permission
Given using OCS API version "<ocs_api_version>"
And user "Brian" has been created with default attributes and without skeleton files
@@ -93,7 +93,7 @@ Feature: cannot share resources with invalid permissions
| 1 | 200 |
| 2 | 400 |
@issue-ocis-reva-34
Scenario Outline: Cannot create a share of a file with a group with only (create,delete) permission
Given using OCS API version "<ocs_api_version>"
And user "Brian" has been created with default attributes and without skeleton files