aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
Commit message (Collapse)AuthorAgeFilesLines
* fix(cypress): adjust selectorsJohn Molakvoæ2023-08-172-7/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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>
* fix(cypress): Really mock the initial state instead of trying to stub a moduleFerdinand Thiessen2023-08-021-0/+17
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Make sure cypress can preprocess files corrently (this drops ↵Ferdinand Thiessen2023-08-021-1/+1
| | | | | | 78 dependencies) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* 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(cypress): revert only toggleJohn Molakvoæ2023-07-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-304-38/+218
| | | | | | | | | * 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-292-1/+83
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Do not invert app menu text colorFerdinand Thiessen2023-06-192-2/+2
| | | | | | | | * Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): update cypressJohn Molakvoæ2023-04-211-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-14/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Prevent expiration from delete file in cypress testsLouis Chemineau2023-03-302-1/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use random names in files_version e2e testsLouis Chemineau2023-03-306-31/+52
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Do not stop docker in cypress workflowLouis Chemineau2023-03-301-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Increase wait timeLouis Chemineau2023-03-301-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Try to chain cypress commandsLouis Chemineau2023-03-301-9/+8
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add comments about why we wait in files_versions' cypress testsLouis Chemineau2023-03-301-0/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Increase wait to ensure versions are createdLouis Chemineau2023-03-302-28/+27
| | | | | | | | 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>
* Reset theming in cypress testLouis Chemineau2023-01-311-1/+4
| | | | | | | | | The test in admin-settings does not reset the theming. So when it is run before user-background, the "Default cloud background is not rendered" test fails. This makes sure that the theming is reset before running "User default background settings" Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add cypress testsLouis Chemineau2023-01-268-6/+381
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Forward branch env var to the cypress containerLouis Chemineau2023-01-261-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use current git branch by default when setting up cypress containerLouis Chemineau2023-01-181-1/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-177-20/+48
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add component testingJohn Molakvoæ2023-01-042-0/+47
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix preview cropJohn Molakvoæ2023-01-041-4/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Checkout current branch in cypress tests in CILouis Chemineau2022-12-271-0/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Invert header if primary is bright and background disabledJohn Molakvoæ2022-12-083-36/+179
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Faster theming tests, better colours comparison and properly follow admin ↵John Molakvoæ2022-11-304-86/+202
| | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-292-0/+354
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-297-0/+559
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>