Skip to content

Commit

Permalink
test: update issue tags
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Dec 9, 2024
1 parent e8879a9 commit bb1401e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: search federation users
And using server "REMOTE"
And user "Brian" has been created with default attributes


@issue-9813
Scenario: users search for federation users by display name
Given using server "LOCAL"
And "Alice" has created the federation share invitation
Expand Down Expand Up @@ -142,7 +142,7 @@ Feature: search federation users
}
"""


@issue-9813
Scenario: user search for federation users by email
Given using server "LOCAL"
And "Alice" has created the federation share invitation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Feature: create files and folder
| spaces | "'single'.txt" |
| spaces | '"double".txt' |

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

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

0 comments on commit bb1401e

Please sign in to comment.