Skip to content

Commit 66f4204

Browse files
committed
test: update issue tags
1 parent 9e6ce76 commit 66f4204

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/acceptance/features/apiOcm/searchFederationUsers.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feature: search federation users
1212
And using server "REMOTE"
1313
And user "Brian" has been created with default attributes
1414

15-
15+
@issue-9813
1616
Scenario: users search for federation users by display name
1717
Given using server "LOCAL"
1818
And "Alice" has created the federation share invitation
@@ -142,7 +142,7 @@ Feature: search federation users
142142
}
143143
"""
144144

145-
145+
@issue-9813
146146
Scenario: user search for federation users by email
147147
Given using server "LOCAL"
148148
And "Alice" has created the federation share invitation

tests/acceptance/features/coreApiWebdavProperties/createFileFolder.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Feature: create files and folder
165165
| spaces | "'single'.txt" |
166166
| spaces | '"double".txt' |
167167

168-
@issue-10339
168+
@issue-10339 @issue-9568
169169
Scenario Outline: try to create file with '.', '..' and 'empty'
170170
Given using <dav-path-version> DAV path
171171
When user "Alice" uploads file with content "some text" to "<file-name>" using the WebDAV API
@@ -185,7 +185,7 @@ Feature: create files and folder
185185
| spaces | /../lorem | 400 |
186186
| spaces | | 400 |
187187

188-
@issue-10339
188+
@issue-10339 @issue-9568
189189
Scenario Outline: try to create folder with '.', '..' and 'empty'
190190
Given using <dav-path-version> DAV path
191191
When user "Alice" creates folder "<folder-name>" using the WebDAV API

0 commit comments

Comments
 (0)