From 79aafdae047500d292b514fda36b6e178d32006d Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 15 May 2023 14:25:50 +0200 Subject: [PATCH] change test expectations --- .../features/apiContract/propfind.feature | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/acceptance/features/apiContract/propfind.feature b/tests/acceptance/features/apiContract/propfind.feature index 0033e51e3d..05690fa605 100644 --- a/tests/acceptance/features/apiContract/propfind.feature +++ b/tests/acceptance/features/apiContract/propfind.feature @@ -1,4 +1,4 @@ -@api +@api Feature: Propfind test As a user I want to check the PROPFIND response @@ -19,12 +19,12 @@ Feature: Propfind test When user "Alice" sends PROPFIND request to space "new-space" using the WebDAV API Then the HTTP status code should be "207" And the "PROPFIND" response should contain a space "new-space" with these key and value pairs: - | key | value | - | oc:fileid | UUIDof:new-space | - | oc:name | new-space | - | oc:permissions | SRDNVCKZ | - | oc:privatelink | | - | oc:size | 12 | + | key | value | + | oc:fileid | UUIDof:new-space | + | oc:name | new-space | + | oc:permissions | RDNVCKZ | + | oc:privatelink | | + | oc:size | 12 | Scenario Outline: space member with a different role checks the PROPFIND request of a space @@ -43,6 +43,6 @@ Feature: Propfind test | oc:size | 12 | Examples: | role | oc_permission | - | manager | SRDNVCKZ | - | editor | SDNVCK | - | viewer | S | + | manager | RDNVCKZ | + | editor | DNVCK | + | viewer | |