summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/app-files-sharing.feature
Commit message (Collapse)AuthorAgeFilesLines
* Revert (partially) "Accept incoming shares in acceptance tests"Daniel Calviño Sánchez2020-03-201-14/+18
| | | | | | | | | This reverts commit f402e234480cd9d18c6c90ef011968eb7abcd5dc. Since eb4c42d3d1fda02895d35a360bceb08379f328c2 now shares are accepted by default, so no notification is shown to accept them. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Accept incoming shares in acceptance testsDaniel Calviño Sánchez2019-11-201-18/+14
| | | | | | | | | | | | | | | | | Incoming shares are no longer automatically added to the file list of the sharee. Instead, the user now needs to explictly accept the share. Currently shares can be accepted only from the Notifications app, so it must be explicitly cloned before installing Nextcloud if it is not found in the "apps" directory. Note that the development branches are already built, so there is no need to explicitly build the app. With the new sharing behaviour the "share a skeleton file with another user before first login" scenario is no longer valid (as the user will need to log in to accept the share, so at that point the skeleton is already created), so it was removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Extract sharing related acceptance tests to their own feature filesDaniel Calviño Sánchez2018-11-231-0/+269
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>