Skip to content

Commit 3bfe1b1

Browse files
committed
test: Adjust expected results with new server changes
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 95f1223 commit 3bfe1b1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/integration/features/sharing-1/create.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_PLACEHOLDER}/welcome (2).txt |
353+
| file_target | /Talk/welcome (2).txt |
354354
| share_with | group room |
355355
| share_with_displayname | Group room |
356356
And user "participant3" gets last share

tests/integration/features/sharing-2/get.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,7 @@ Feature: get
13151315
And user "participant2" gets the DAV properties for "/"
13161316
And the list of returned files for "participant2" is
13171317
| / |
1318+
| /Talk/ |
13181319
| /welcome.txt |
13191320

13201321
Scenario: get files after deleting a received share
@@ -1347,6 +1348,7 @@ Feature: get
13471348
And user "participant2" gets the DAV properties for "/"
13481349
And the list of returned files for "participant2" is
13491350
| / |
1351+
| /Talk/ |
13501352
| /welcome.txt |
13511353

13521354

tests/integration/features/sharing-4/transfer-ownership.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_PLACEHOLDER}/welcome (2).txt |
98+
| file_target | /Talk/welcome (2).txt |
9999
| share_with | group room |
100100
| share_with_displayname | Group room |
101101

0 commit comments

Comments
 (0)