Used kebab case for example table header name
This commit is contained in:
@@ -8,22 +8,22 @@ Feature: auth
|
||||
|
||||
@smokeTest
|
||||
Scenario Outline: using WebDAV anonymously
|
||||
When a user requests "<dav_path>" with "PROPFIND" and no authentication
|
||||
When a user requests "<dav-path>" with "PROPFIND" and no authentication
|
||||
Then the HTTP status code should be "401"
|
||||
Examples:
|
||||
| dav_path |
|
||||
| dav-path |
|
||||
| /remote.php/webdav |
|
||||
| /dav/spaces/%spaceid% |
|
||||
|
||||
@smokeTest
|
||||
Scenario Outline: using WebDAV with basic auth
|
||||
When user "Alice" requests "<dav_path>" with "PROPFIND" using basic auth
|
||||
When user "Alice" requests "<dav-path>" with "PROPFIND" using basic auth
|
||||
Then the HTTP status code should be "207"
|
||||
Examples:
|
||||
| dav_path |
|
||||
| dav-path |
|
||||
| /remote.php/webdav |
|
||||
|
||||
@skipOnRevaMaster
|
||||
Examples:
|
||||
| dav_path |
|
||||
| dav-path |
|
||||
| /dav/spaces/%spaceid% |
|
||||
|
||||
Reference in New Issue
Block a user