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 |