From 3bfe1b13eea88f7e3ab7e2b1a6d9a4e50d06f597 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 19 Mar 2026 17:10:13 +0100 Subject: [PATCH] test: Adjust expected results with new server changes Signed-off-by: Joas Schilling --- tests/integration/features/sharing-1/create.feature | 2 +- tests/integration/features/sharing-2/get.feature | 2 ++ tests/integration/features/sharing-4/transfer-ownership.feature | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/integration/features/sharing-1/create.feature b/tests/integration/features/sharing-1/create.feature index 4b6e997ca2b..44895034e1f 100644 --- a/tests/integration/features/sharing-1/create.feature +++ b/tests/integration/features/sharing-1/create.feature @@ -350,7 +350,7 @@ Feature: create | item_type | file | | mimetype | text/plain | | storage_id | home::participant2 | - | file_target | /{TALK_PLACEHOLDER}/welcome (2).txt | + | file_target | /Talk/welcome (2).txt | | share_with | group room | | share_with_displayname | Group room | And user "participant3" gets last share diff --git a/tests/integration/features/sharing-2/get.feature b/tests/integration/features/sharing-2/get.feature index 9aa4f6f0d75..597d7722028 100644 --- a/tests/integration/features/sharing-2/get.feature +++ b/tests/integration/features/sharing-2/get.feature @@ -1315,6 +1315,7 @@ Feature: get And user "participant2" gets the DAV properties for "/" And the list of returned files for "participant2" is | / | + | /Talk/ | | /welcome.txt | Scenario: get files after deleting a received share @@ -1347,6 +1348,7 @@ Feature: get And user "participant2" gets the DAV properties for "/" And the list of returned files for "participant2" is | / | + | /Talk/ | | /welcome.txt | diff --git a/tests/integration/features/sharing-4/transfer-ownership.feature b/tests/integration/features/sharing-4/transfer-ownership.feature index a968f8bb526..5a65698a9fb 100644 --- a/tests/integration/features/sharing-4/transfer-ownership.feature +++ b/tests/integration/features/sharing-4/transfer-ownership.feature @@ -95,7 +95,7 @@ Feature: transfer-ownership | item_type | file | | mimetype | text/plain | | storage_id | home::participant3 | - | file_target | /{TALK_PLACEHOLDER}/welcome (2).txt | + | file_target | /Talk/welcome (2).txt | | share_with | group room | | share_with_displayname | Group room |