Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Max f86939b981 cleanup: files app load in initUserAndFiles
Loading the page takes at least 3 seconds.
It's only needed in the attachments test
because it relies on the window to create directories.

Signed-off-by: Max <max@nextcloud.com>
2022-12-07 23:38:03 +01:00
Max e5e0feeb7c
cypress: add randUser() to create User
Signed-off-by: Max <max@nextcloud.com>
2022-12-07 13:59:02 +01:00
Max 51bea29c55
cypress: Use createUser and login from @nextcloud/cypress
This also means we need to separate login and initial visit.

Signed-off-by: Max <max@nextcloud.com>
2022-11-30 11:30:53 +01:00
Max 9956041e75
test: try to make image test retryable
Use a unique filename so retries work on different files.

Uploading the existing file again would cause a conflict
resulting in retries failing.

Signed-off-by: Max <max@nextcloud.com>
2022-06-30 14:35:24 -03:00
Ferdinand Thiessen ff1d6e497e
Clean up cypress tests
1. Clean up lint issues of the cypress tests
2. Fix placed where .find was intended but .get was used
3. Remove duplicated code
4. Remove residues of cypress 10 migration
5. Add some documentation on available commands

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-06-30 13:41:01 -03:00
Tobias Speicher 3edcd41309
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-24 15:40:57 +01:00
Max 69a9acce3a
test: load markdown with commands from .md file
Signed-off-by: Max <max@nextcloud.com>
2022-03-02 13:26:10 +01:00
Julius Härtl 08386c96cf
Cypress test skeleton
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-04 11:31:51 +01:00