File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
tests/acceptance/features/apiFederation Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -498,14 +498,11 @@ Feature: federated
498498 And user "user2" from server "LOCAL" accepts the last pending share using the sharing API
499499 And user "user1" shares folder "zzzfolder" with user "user2" using the sharing API
500500 And user "user1" shares folder "randomfile.txt" with user "user2" using the sharing API
501- Then as "user2" folder "zzzfolder/remote" should exist
502- #when fixing the issue delete the following line and use the one below to test the correct behaviour
503- And as "user2" folder "zzzfolder (2)" should not exist
504- #And as "user2" folder "zzzfolder (2)/local" should exist
505- And the content of file "/randomfile.txt" for user "user2" on server "LOCAL" should be "remote content"
506- #when fixing the issue delete the following line and use the one below to test the correct behaviour
507- And as "user2" file "/randomfile (2).txt" should not exist
508- #And the content of file "/randomfile (2).txt" for user "user2" on server "LOCAL" should be "local content"
501+ # local shares are taking priority at the moment
502+ Then as "user2" folder "zzzfolder (2)/remote" should exist
503+ And as "user2" folder "zzzfolder/local" should exist
504+ And the content of file "/randomfile (2).txt" for user "user2" on server "LOCAL" should be "remote content"
505+ And the content of file "/randomfile.txt" for user "user2" on server "LOCAL" should be "local content"
509506
510507 Scenario : receive a remote share that has the same name as a previously received local share
511508 Given using server "REMOTE"
You can’t perform that action at this time.
0 commit comments