@@ -742,17 +742,6 @@ Feature: create
742742 And user "participant2" gets all received shares
743743 And the list of returned shares has 2 shares
744744 And share 0 is returned with
745- | uid_owner | participant1 |
746- | displayname_owner | participant1 -displayname |
747- | path | /Talk /welcome .txt |
748- | item_type | file |
749- | mimetype | text /plain |
750- | storage_id | shared ::/Talk /welcome .txt |
751- | file_target | /Talk /welcome .txt |
752- | share_with | participant2 |
753- | share_with_displayname | participant2 -displayname |
754- | share_type | 0 |
755- And share 1 is returned with
756745 | uid_owner | participant1 |
757746 | displayname_owner | participant1 -displayname |
758747 | path | /Talk /welcome .txt |
@@ -762,6 +751,17 @@ Feature: create
762751 | file_target | /Talk /welcome .txt |
763752 | share_with | group room |
764753 | share_with_displayname | Group room |
754+ And share 1 is returned with
755+ | uid_owner | participant1 |
756+ | displayname_owner | participant1 -displayname |
757+ | path | /Talk /welcome .txt |
758+ | item_type | file |
759+ | mimetype | text /plain |
760+ | storage_id | shared ::/Talk /welcome .txt |
761+ | file_target | /Talk /welcome .txt |
762+ | share_with | participant2 |
763+ | share_with_displayname | participant2 -displayname |
764+ | share_type | 0 |
765765
766766 Scenario : create share with a room including a user who already received that share directly
767767 Given user "participant1" creates room "group room"
0 commit comments