aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/support/commands.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-301-0/+32
| | | | | | | | | * 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-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Increase wait to ensure versions are createdLouis Chemineau2023-03-301-26/+25
| | | | | | | | In files_versions cypress tests, we wait for 1000ms between each versions uploads to make sure that the server properly create a version. Under 1s the serve does not create a version. This commit increases the wait time as it might help to ensure that the time span is enough between two uploads. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add cypress testsLouis Chemineau2023-01-261-6/+36
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Invert header if primary is bright and background disabledJohn Molakvoæ2022-12-081-3/+49
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Faster theming tests, better colours comparison and properly follow admin ↵John Molakvoæ2022-11-301-3/+30
| | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-0/+86
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>