File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/acceptance/features Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments