aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/settings
Commit message (Collapse)AuthorAgeFilesLines
* fix(cypress): Test using `data-test-id` attributes rather than private classesFerdinand Thiessen2023-10-194-43/+66
| | | | | | Makes the test more resilant to inner component changes of the `@nextcloud/vue` library. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Replace flaky password-confirmation hack with conditional ↵Ferdinand Thiessen2023-10-194-82/+42
| | | | | | testing for the password modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): User groups testChristopher Ng2023-10-121-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(settings): Create and delete groupsChristopher Ng2023-10-111-0/+104
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): User table create/delete testsChristopher Ng2023-10-051-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): User table disable/enable testsChristopher Ng2023-10-051-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): User table modify testsChristopher Ng2023-10-051-5/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): User table column testsChristopher Ng2023-10-051-8/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): Show and hide columnsChristopher Ng2023-08-082-3/+37
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): Can delete a userChristopher Ng2023-08-081-0/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(settings): User management settings dialogChristopher Ng2023-07-181-22/+24
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(settings): Users tableChristopher Ng2023-07-124-13/+275
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): usersChristopher Ng2023-07-121-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): users_modifyChristopher Ng2023-07-121-6/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): users_disableChristopher Ng2023-07-121-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-303-38/+186
| | | | | | | | | * Replace popover menu with `NcActions` * Deduplicate user actions code between `UserRow` and `UserRowSimple` * Fix user action to cover whole row heigh to prevent dropdown from shining through the actions * Fix user action popover to be overlayed by current edited row actions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Add cypress test for changing password in the users listFerdinand Thiessen2023-06-291-0/+82
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>