aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/settings/users.cy.ts
Commit message (Collapse)AuthorAgeFilesLines
* test(cypress): Fix testsChristopher Ng2024-05-301-0/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-261-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(tests): Adjust tests for changed css classesFerdinand Thiessen2024-04-101-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: cypressJohn Molakvoæ2024-02-131-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(cypress): Make new-users test less flaky by using test isolationFerdinand Thiessen2023-11-171-13/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Stablize user list cypress testsFerdinand Thiessen2023-10-251-35/+40
| | | | | | | | * Use common `data-testid` to identify elements rather than to depend on internal classes or properties * Force clean the state for the user tests * Move leftover acceptance tests for users from drone to cypress Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Test using `data-test-id` attributes rather than private classesFerdinand Thiessen2023-10-191-3/+4
| | | | | | 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-191-37/+7
| | | | | | testing for the password modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): User table create/delete testsChristopher Ng2023-10-051-4/+4
| | | | 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): Users tableChristopher Ng2023-07-121-6/+103
| | | | 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(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-301-38/+15
| | | | | | | | | * 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>