]> source.dussan.org Git - nextcloud-server.git/commit
Add acceptance test for resharing a file with another user
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 23 Nov 2018 11:29:30 +0000 (12:29 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 23 Nov 2018 14:14:48 +0000 (15:14 +0100)
commitfd4e10e056299d0590f7025fa2030ad7c60b9b54
tree21b2f9e466f6a85bc85222c71d4eff57f249a2ad
parent2a27481e2fdc313589227356d1179063037a617f
Add acceptance test for resharing a file with another user

To reshare a file there must be at least three enabled users in the
system; although it would be possible to run the steps to create a third
user in the scenarios that need it for convenience a third enabled user
besides "admin" and "user0" was added to the default setup.

In a similar way, a new step was added too to login as a given user
name, similar to the steps to log in as "user0" and as "admin".

Finally, another actor, "Jim", was introduced for those scenarios which
should be played by three standard actors (that is, without a special
configuration like "Rubeus").

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/config/behat.yml
tests/acceptance/features/app-files.feature
tests/acceptance/features/bootstrap/LoginPageContext.php
tests/acceptance/installAndConfigureServer.sh