Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Greeeeeeeeeeeeeen
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 9, 2019
commit 80397db58314733e76597090f74355dc01f2dab6
2 changes: 1 addition & 1 deletion tests/integration/features/sharing/create.feature
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Feature: create
| storage_id | home::participant2 |
| file_target | /welcome (2).txt |
| share_with | group room |
| share_with_displayname | Group room |
| share_with_displayname | Private conversation |
And user "participant3" gets last share
And share is returned with
| uid_owner | participant1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Feature: transfer-ownership
| storage_id | home::participant2 |
| file_target | /welcome.txt |
| share_with | group room |
| share_with_displayname | Group room |
| share_with_displayname | Private conversation |
And user "participant3" gets last share
And share is returned with
| uid_owner | participant2 |
Expand Down