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>
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>
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>
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>