Skip to content

Commit 2dbfdec

Browse files
committed
test: Fix assumption that files are in Talk/ afterwards
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 4edcd5e commit 2dbfdec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: sharing-1/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-4/transfer-ownership.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Feature: sharing-4/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)