diff --git a/tests/integration/features/sharing-1/create.feature b/tests/integration/features/sharing-1/create.feature index 44895034e1f..4b6e997ca2b 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/welcome (2).txt | + | file_target | /{TALK_PLACEHOLDER}/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 597d7722028..9aa4f6f0d75 100644 --- a/tests/integration/features/sharing-2/get.feature +++ b/tests/integration/features/sharing-2/get.feature @@ -1315,7 +1315,6 @@ 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 @@ -1348,7 +1347,6 @@ 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 5a65698a9fb..a968f8bb526 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/welcome (2).txt | + | file_target | /{TALK_PLACEHOLDER}/welcome (2).txt | | share_with | group room | | share_with_displayname | Group room |