File tree Expand file tree Collapse file tree
build/integration/files_features Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,19 +210,10 @@ Feature: transfer-ownership
210210 And user "user1" accepts last share
211211 When transferring ownership from "user0" to "user1"
212212 And the command was successful
213- And As an "user1"
214- Then Downloaded content when downloading file "/test/somefile.txt" with range "bytes=0-6" should be "This is"
215213 And using old dav path
216214 And as "user0" the folder "/test" exists
217215 And using received transfer folder of "user1" as dav path
218216 And as "user1" the folder "/test" does not exist
219- And As an "user1"
220- And Getting info of last share
221- And the OCS status code should be "100"
222- And Share fields of last share match with
223- | uid_owner | user1 |
224- | uid_file_owner | user3 |
225- | share_with | group1 |
226217
227218 Scenario : transferring ownership of folder reshared with group to a user not in the group
228219 Given user "user0" exists
You can’t perform that action at this time.
0 commit comments