aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-182-2/+99
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-172-0/+171
* fix(cypress): Adjust cypress tests and add common functions for filesFerdinand Thiessen2024-04-172-21/+86
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-04-171-0/+38
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-042-60/+1
* chore: adjusting cypress drag and drop testsskjnldsv2024-04-042-1/+134
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-181-0/+62
* fix(settings): users settings cypressJohn Molakvoæ (skjnldsv)2024-03-081-10/+10
* fix(cypress): Adjust cypress testsChristopher Ng2024-03-061-9/+9
* fix(cypress): files_versions flakynessskjnldsv2024-02-292-21/+22
* fix(cypress): more stable navigation-bar-settings cypress testsskjnldsv2024-02-291-50/+74
* fix(files): Update `webdav` to 5.3.2 fixing handling of files with XML entiti...Ferdinand Thiessen2024-02-093-7/+101
* fix(cypress): Adjust cypress tests for changed themingFerdinand Thiessen2024-02-072-6/+11
* fix(cypress): Wait for color change in `pickRandomColor`Ferdinand Thiessen2024-02-051-3/+10
* test(theming): update e2e tests after separating color button and previewGrigorii K. Shartsev2024-02-053-15/+14
* fix(theming): change color button contrast on user settingsGrigorii K. Shartsev2024-02-052-9/+9
* fix(cypress): Adjust files sorting testsFerdinand Thiessen2024-02-031-6/+6
* fix(tests): Make the cypress apps management test more reliableJoas Schilling2024-02-021-2/+20
* test(files): Fix file picker testChristopher Ng2024-02-021-1/+1
* test(theming): Fix navigation bar testsChristopher Ng2024-02-021-2/+2
* fix(cypress): Await copy move request to avoid flaky CIFerdinand Thiessen2024-01-261-1/+19
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-0/+31
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-0/+39
* fix(theming): Adjust dark theme to be accessible adjust cypress testsFerdinand Thiessen2023-12-061-0/+153
* enh(files): Add cypress tests for copy and moveFerdinand Thiessen2023-12-051-0/+116
* fix(cypress): Adjust user columns tests to be more specific when selecting a ...Ferdinand Thiessen2023-11-301-4/+4
* fix(cypress): Adjust user settings tests for changed actions componentFerdinand Thiessen2023-11-172-5/+5
* fix(cypress): Make new-users test less flaky by using test isolationFerdinand Thiessen2023-11-171-13/+6
* fix(files): Add cypress e2e testsFerdinand Thiessen2023-11-162-9/+265
* test(systemtags): Admin system tags formChristopher Ng2023-11-151-0/+138
* Add link for opening app detailsjulia.kirschenheuter2023-11-151-1/+1
* fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` releaseFerdinand Thiessen2023-11-141-6/+6
* fix(cypress): Do not install calendar app from app store for testing but use ...Ferdinand Thiessen2023-11-121-22/+24
* chore(cypress): Migrate apps acceptance tests to CypressFerdinand Thiessen2023-11-062-0/+173
* chore(cypress): Migrate header contacts menu tests from Behat to CypressFerdinand Thiessen2023-11-051-0/+154
* Merge pull request #41137 from nextcloud/chore/migrate-access-level-cypressFerdinand Thiessen2023-11-026-20/+203
|\
| * chore(tests): Migrate duplicated menu settings tests (access levels) to CypressFerdinand Thiessen2023-10-302-54/+119
| * chore(cypress): Move `clearState` from user utils to shared common utilsFerdinand Thiessen2023-10-294-20/+5
| * chore(cypress): Migrate access-level tests from Behat to Cypress as this are ...Ferdinand Thiessen2023-10-292-2/+135
* | fix(tests): Make app order Cypress tests more robustFerdinand Thiessen2023-10-311-6/+12
|/
* fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-271-1/+1
* fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-271-1/+1
* fix(cypress): Fix linter errors on Cypress chains and refactor `wait-until` c...Ferdinand Thiessen2023-10-252-62/+74
* fix(cypress): Fix selector for the user menu buttonFerdinand Thiessen2023-10-251-1/+1
* fix(settings): Stablize user list cypress testsFerdinand Thiessen2023-10-256-148/+501
* chore(tests): Migrate login acceptance tests from behat to CypressFerdinand Thiessen2023-10-231-0/+146
* feat(theming): Allow to reset the user defined app order to the default valueFerdinand Thiessen2023-10-211-8/+85
* fix(theming): App order settings - ensure the focus is kept on buttonFerdinand Thiessen2023-10-211-0/+41
* feat(theming): Allow to configure default apps and app order in frontend sett...Ferdinand Thiessen2023-10-201-0/+212
* fix(cypress): Test using `data-test-id` attributes rather than private classesFerdinand Thiessen2023-10-194-43/+66