summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/users.feature
Commit message (Collapse)AuthorAgeFilesLines
* Fix delete user acceptance testDaniel Calviño Sánchez2021-03-061-0/+1
| | | | | | | | | | | | | Adding some missing asserts showed that the "delete user" acceptance test was silently failing, as the deletion was not being confirmed in the dialog and thus the user was not being deleted. The dialog button contains a single quote ("user0's"), so the XPath expression had to be adjusted (it seems that it is not possible to escape a single quote in a string enclosed in single quotes in XPath 1.0). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Revert "Disable fragile tests for now"Morris Jobke2020-07-211-13/+13
| | | | | | This reverts commit 40e04c83914e960b5aff739900d887f0e7a44d63. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move users management to multi lineGreta Doci2019-12-121-6/+12
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Disable fragile user acceptance testsMorris Jobke2019-03-131-18/+18
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Disable fragile tests for nowMorris Jobke2019-03-051-14/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Run tests that fail with "no such process" over to apache serverMorris Jobke2019-02-281-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adds an acceptance test for the users settings navigation without disabled usersMichael Weimann2018-08-141-0/+14
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Add acceptance test for creating a user with a custom display nameDaniel Calviño Sánchez2018-07-311-0/+12
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix accceptance testsJulius Härtl2018-07-201-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adds tests for testing removing an empty groupMichael Weimann2018-07-201-0/+15
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-071-1/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed root url detection, new tests, default new user group to currentJohn Molakvoæ (skjnldsv)2018-05-161-0/+42
| | | | | | opened group and user removal update fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Tabs fixJohn Molakvoæ (skjnldsv)2018-05-161-9/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Users list acceptance testsJohn Molakvoæ (skjnldsv)2018-05-161-1/+49
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* newt acceptance testsJohn Molakvoæ (skjnldsv)2018-05-161-0/+21
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>