Skip to content

Commit ae276bd

Browse files
committed
test: drop labels of no longer expected issues
1 parent 8116287 commit ae276bd

31 files changed

+55
-111
lines changed

tests/acceptance/features/apiActivities/shareActivities.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ Feature: check share activity
19251925
When user "Brian" tries to list the activities of file "anotherTextfile.txt" from space "Personal" owned by user "Alice" using the Graph API
19261926
Then the HTTP status code should be "403"
19271927

1928-
@issue-9676 @issue-10331
1928+
@issue-9676
19291929
Scenario: user checks public activities of a link shared file
19301930
Given using SharingNG
19311931
And user "Alice" has created the following resource link share:
@@ -2061,7 +2061,7 @@ Feature: check share activity
20612061
}
20622062
"""
20632063

2064-
@issue-9676 @issue-10331
2064+
@issue-9676
20652065
Scenario: user checks public activities of a link shared folder
20662066
Given using SharingNG
20672067
And user "Alice" has created folder "/FOLDER"

tests/acceptance/features/apiAntivirus/antivirus.feature

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Feature: antivirus
9292
| new |
9393
| spaces |
9494

95-
@issue-10331
9695
Scenario Outline: public uploads a file with the virus to a public share
9796
Given using <dav-path-version> DAV path
9897
And the config "OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD" has been set to "false" for "sharing" service
@@ -118,7 +117,6 @@ Feature: antivirus
118117
| spaces | eicar.com | virusFile1.txt |
119118
| spaces | eicar_com.zip | virusFile2.zip |
120119

121-
@issue-10331
122120
Scenario Outline: public uploads a file with the virus to a password-protected public share
123121
Given using <dav-path-version> DAV path
124122
And using SharingNG
@@ -335,7 +333,7 @@ Feature: antivirus
335333
| new |
336334
| spaces |
337335

338-
@env-config @issue-10331
336+
@env-config
339337
Scenario Outline: try to overwrite a file with the virus content in a public link share
340338
Given the config "OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD" has been set to "false" for "sharing" service
341339
And using <dav-path-version> DAV path

tests/acceptance/features/apiCollaboration/wopi.feature

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,6 @@ Feature: collaboration (wopi)
925925
And as "Alice" file "testFolder/simple.odt" should not exist
926926
And as "Brian" file "Shares/testFolder/simple.odt" should not exist
927927

928-
@issue-10331
929928
Scenario Outline: public user with permission edit/upload/createOnly creates odt file inside public folder using wopi endpoint
930929
Given user "Alice" has created folder "publicFolder"
931930
And user "Alice" has created the following resource link share:
@@ -957,7 +956,7 @@ Feature: collaboration (wopi)
957956
| Upload |
958957
| File Drop |
959958

960-
@issue-10126 @issue-10331
959+
@issue-10126
961960
Scenario: public user with permission view tries to creates odt file inside public folder using wopi endpoint
962961
Given user "Alice" has created folder "publicFolder"
963962
And user "Alice" has created the following resource link share:
@@ -1013,7 +1012,7 @@ Feature: collaboration (wopi)
10131012
}
10141013
"""
10151014

1016-
@issue-8691 @issue-10331
1015+
@issue-8691
10171016
Scenario Outline: public user with permission edit/upload/createOnly creates odt file inside folder of public space using wopi endpoint
10181017
Given using spaces DAV path
10191018
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
@@ -1048,7 +1047,7 @@ Feature: collaboration (wopi)
10481047
| Upload |
10491048
| File Drop |
10501049

1051-
@issue-8691 @issue-10126 @issue-10331
1050+
@issue-8691 @issue-10126
10521051
Scenario: public user with permission view tries to create odt file inside folder of public space using wopi endpoint
10531052
Given using spaces DAV path
10541053
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API

tests/acceptance/features/apiDepthInfinity/propfind.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Feature: PROPFIND with depth:infinity
7070
| new |
7171
| spaces |
7272

73-
@issue-10331
7473
Scenario: get the list of resources in a folder shared through public link with depth infinity
7574
Given using SharingNG
7675
And the following configs have been set:
@@ -120,7 +119,6 @@ Feature: PROPFIND with depth:infinity
120119
| new |
121120
| spaces |
122121

123-
@issue-10331
124122
Scenario: get the list of resources in a folder shared through public link with depth infinity when depth infinity is not allowed
125123
Given the following configs have been set:
126124
| service | config | value |

tests/acceptance/features/apiLocks/lockFiles.feature

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Feature: lock files
421421
| spaces | shared |
422422
| spaces | exclusive |
423423

424-
@issue-7641 @issue-10331
424+
@issue-7641
425425
Scenario Outline: try to lock a folder as anonymous user
426426
Given using <dav-path-version> DAV path
427427
And using SharingNG
@@ -466,7 +466,6 @@ Feature: lock files
466466
| spaces | shared |
467467
| spaces | exclusive |
468468

469-
@issue-10331
470469
Scenario Outline: lock a file inside a folder shared by a link as anonymous user with edit permission
471470
Given using <dav-path-version> DAV path
472471
And using SharingNG
@@ -489,7 +488,6 @@ Feature: lock files
489488
| spaces | shared |
490489
| spaces | exclusive |
491490

492-
@issue-10331
493491
Scenario Outline: try to lock a file inside a folder shared by a link as anonymous user with read permission
494492
Given using <dav-path-version> DAV path
495493
And using SharingNG
@@ -512,7 +510,6 @@ Feature: lock files
512510
| spaces | shared |
513511
| spaces | exclusive |
514512

515-
@issue-7790 @issue-10331
516513
Scenario Outline: lock a file shared by a link as anonymous user with edit permission
517514
Given using <dav-path-version> DAV path
518515
And using SharingNG
@@ -534,7 +531,7 @@ Feature: lock files
534531
| spaces | shared |
535532
| spaces | exclusive |
536533

537-
@issue-7790 @issue-10331
534+
@issue-7790
538535
Scenario Outline: try to lock a file shared by a link as anonymous user with read permission
539536
Given using <dav-path-version> DAV path
540537
And using SharingNG

tests/acceptance/features/apiLocks/unlockFiles.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Feature: unlock locked items
2121
| new |
2222
| spaces |
2323

24-
@issue-7761 @issue-10331
24+
@issue-7761
2525
Scenario Outline: public tries to unlock a file in a share that was locked by the file owner
2626
Given using <dav-path-version> DAV path
2727
And using SharingNG
@@ -298,7 +298,6 @@ Feature: unlock locked items
298298
And using new DAV path
299299
And user "Brian" should be able to upload file "filesForUpload/lorem.txt" to "Shares/textfile.txt"
300300

301-
@issue-10331
302301
Scenario Outline: unlock a file as an anonymous user
303302
Given using <dav-path-version> DAV path
304303
And using SharingNG

tests/acceptance/features/apiSharingNgDriveLinkShare/updateDriveLinkShare.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Feature: Update a link share for a resource
66
| username |
77
| Alice |
88

9-
@env-config @issue-9724 @issue-10331
9+
@env-config
1010
Scenario: set password on a existing link share of a project-space drive using root endpoint
1111
Given the following configs have been set:
1212
| service | config | value |
@@ -38,7 +38,6 @@ Feature: Update a link share for a resource
3838
"""
3939
And the public should be able to download file "textfile.txt" from the last link share with password "%public%" and the content should be "to share"
4040

41-
@issue-9724 @issue-10331
4241
Scenario: update password on a existing link share of a project-space drive using root endpoint
4342
And using spaces DAV path
4443
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API

tests/acceptance/features/apiSharingNgItemLinkShare/createLinkShareWithoutPasswordEnforce.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Feature: Link share without enforcing password
8484
| Edit | edit |
8585
| Secure View | blocksDownload |
8686

87-
@issue-9724 @issue-10331
8887
Scenario: set password on existing file link share
8988
Given user "Alice" has uploaded file with content "other data" to "textfile1.txt"
9089
And user "Alice" has created the following resource link share:
@@ -187,7 +186,6 @@ Feature: Link share without enforcing password
187186
| Edit | edit |
188187
| Secure View | blocksDownload |
189188

190-
@issue-9724 @issue-10331
191189
Scenario: set password on a existing file link share inside project-space
192190
Given using spaces DAV path
193191
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API

tests/acceptance/features/apiSharingNgLinkShareManagement/updateItemLinkShare.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ Feature: Update a link share for a resource
205205
}
206206
"""
207207

208-
@issue-9724 @issue-10331
209208
Scenario: update password of a file's link share using permissions endpoint
210209
Given user "Alice" has uploaded file with content "other data" to "textfile1.txt"
211210
And user "Alice" has created the following resource link share:
@@ -283,7 +282,7 @@ Feature: Update a link share for a resource
283282
| password |
284283
| ownCloud |
285284

286-
@env-config @issue-9724 @issue-10331
285+
@env-config
287286
Scenario: set password on a existing link share of a folder inside project-space using permissions endpoint
288287
Given the following configs have been set:
289288
| service | config | value |

tests/acceptance/features/apiSpaces/editPublicLinkOfSpace.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Feature: A manager of the space can edit public link
2121
And user "Alice" has uploaded a file inside space "edit space" with content "some content" to "test.txt"
2222
And using SharingNG
2323

24-
@issue-9724 @issue-10331
2524
Scenario Outline: manager of the space can edit public link.
2625
Given using OCS API version "2"
2726
When user "Alice" updates the last public link share using the sharing API with

0 commit comments

Comments
 (0)