From 746acf96ea6ac77cea328e2d76bd95a7ce70631f Mon Sep 17 00:00:00 2001 From: Sabin Date: Mon, 24 Jun 2024 12:04:53 +0545 Subject: [PATCH] updated expected failures file --- .../coreApiWebdavProperties/copyFile.feature | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/coreApiWebdavProperties/copyFile.feature b/tests/acceptance/features/coreApiWebdavProperties/copyFile.feature index ec0e6803e..afe10831c 100644 --- a/tests/acceptance/features/coreApiWebdavProperties/copyFile.feature +++ b/tests/acceptance/features/coreApiWebdavProperties/copyFile.feature @@ -857,7 +857,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 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 @@ -881,9 +881,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 @@ -944,12 +949,18 @@ Feature: copy file Then the HTTP status code should be "" 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