aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e
Commit message (Collapse)AuthorAgeFilesLines
* Prevent expiration from delete file in cypress testsLouis Chemineau2023-03-301-0/+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-301-2/+2
| | | | | | | | 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-266-0/+344
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-173-6/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Invert header if primary is bright and background disabledJohn Molakvoæ2022-12-082-33/+130
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Faster theming tests, better colours comparison and properly follow admin ↵John Molakvoæ2022-11-303-83/+172
| | | | | | 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-292-0/+201
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>