test: fix issue numbers
This commit is contained in:
@@ -6,7 +6,7 @@ Feature: refuse access
|
||||
Background:
|
||||
Given using OCS API version "1"
|
||||
|
||||
@smokeTest
|
||||
@smokeTest @issue-2285
|
||||
Scenario Outline: unauthenticated call
|
||||
# cannot perform with spaces WebDAV due to the absence of user
|
||||
Given using <dav-path-version> DAV path
|
||||
@@ -21,7 +21,7 @@ Feature: refuse access
|
||||
| old |
|
||||
| new |
|
||||
|
||||
|
||||
@issue-2285
|
||||
Scenario Outline: disabled user cannot use webdav
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has been created with default attributes and without skeleton files
|
||||
|
||||
@@ -152,7 +152,7 @@ Feature: Search
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
@issue-4712
|
||||
@issue-4712 @issue-9780 @issue-9781 @issue-9783
|
||||
Scenario Outline: report extra properties in search entries for a file
|
||||
Given using <dav-path-version> DAV path
|
||||
When user "Alice" searches for "*upload*" using the WebDAV API requesting these properties:
|
||||
@@ -181,7 +181,7 @@ Feature: Search
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
@issue-4712
|
||||
@issue-4712 @issue-9780 @issue-9781 @issue-9783
|
||||
Scenario Outline: report extra properties in search entries for a folder
|
||||
Given using <dav-path-version> DAV path
|
||||
When user "Alice" searches for "*upload*" using the WebDAV API requesting these properties:
|
||||
|
||||
Reference in New Issue
Block a user