File tree Expand file tree Collapse file tree
tests/integration/features Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ Feature: create
350350 | item_type | file |
351351 | mimetype | text /plain |
352352 | storage_id | home ::participant2 |
353- | file_target | /Talk /welcome (2 ).txt |
353+ | file_target | /{ TALK_PLACEHOLDER } /welcome (2 ).txt |
354354 | share_with | group room |
355355 | share_with_displayname | Group room |
356356 And user "participant3" gets last share
Original file line number Diff line number Diff line change @@ -1315,7 +1315,6 @@ Feature: get
13151315 And user "participant2" gets the DAV properties for "/"
13161316 And the list of returned files for "participant2" is
13171317 | / |
1318- | /Talk / |
13191318 | /welcome .txt |
13201319
13211320 Scenario : get files after deleting a received share
@@ -1348,7 +1347,6 @@ Feature: get
13481347 And user "participant2" gets the DAV properties for "/"
13491348 And the list of returned files for "participant2" is
13501349 | / |
1351- | /Talk / |
13521350 | /welcome .txt |
13531351
13541352
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Feature: transfer-ownership
9595 | item_type | file |
9696 | mimetype | text /plain |
9797 | storage_id | home ::participant3 |
98- | file_target | /Talk /welcome (2 ).txt |
98+ | file_target | /{ TALK_PLACEHOLDER } /welcome (2 ).txt |
9999 | share_with | group room |
100100 | share_with_displayname | Group room |
101101
You can’t perform that action at this time.
0 commit comments