summaryrefslogtreecommitdiffstats
path: root/cypress
Commit message (Collapse)AuthorAgeFilesLines
* 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>