Skip to content

Commit

Permalink
updated expected failures file
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Panta committed Jul 26, 2024
1 parent 458ce76 commit 5762fc9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions tests/acceptance/features/coreApiWebdavProperties/copyFile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ Feature: copy file
| new |


Scenario Outline: copying a file between shares received from different users when one share is shared via Secure viewer
Scenario Outline: copying a file between shares received from different users when one share is shared via Viewer and Secure viewer permission
Given using <dav-path-version> DAV path
And user "Brian" has been created with default attributes and without skeleton files
And user "Carol" has been created with default attributes and without skeleton files
Expand All @@ -834,9 +834,14 @@ Feature: copy file
Examples:
| dav-path-version | permissions-role-1 | permissions-role-2 | status-code |
| old | Secure viewer | Editor | 500 |
| new | Secure viewer | Editor | 500 |
| old | Secure viewer | Secure viewer | 403 |
| new | Secure viewer | Secure viewer | 403 |
| old | Secure viewer | Viewer | 403 |
| new | Secure viewer | Viewer | 403 |
| old | Editor | Secure viewer | 403 |
| new | Editor | Secure viewer | 403 |
| old | Viewer | Secure viewer | 403 |
| new | Viewer | Secure viewer | 403 |

@skipOnReva
Expand Down Expand Up @@ -897,12 +902,18 @@ Feature: copy file
Then the HTTP status code should be "<status-code>"
Examples:
| dav-path-version | permissions-role-1 | permissions-role-2 | status-code |
| old | Secure viewer | Editor | 500 |
| old | Secure viewer | Editor | 201 |
| new | Secure viewer | Editor | 201 |
| old | Secure viewer | Secure viewer | 403 |
| new | Secure viewer | Secure viewer | 403 |
| old | Secure viewer | Viewer | 403 |
| new | Secure viewer | Viewer | 403 |
| old | Editor | Secure viewer | 403 |
| new | Editor | Secure viewer | 403 |
| old | Viewer | Secure viewer | 403 |
| new | Viewer | Secure viewer | 403 |


@skipOnReva
Scenario Outline: copying a file to a folder that is shared with multiple users
Given using <dav-path-version> DAV path
Expand Down

0 comments on commit 5762fc9

Please sign in to comment.