aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42066 from nextcloud/fix/cypress-wait-for-network-requestsPytal2023-12-061-0/+18
|\ | | | | fix(cypress): Wait for network requests to finish when using the FilePicker
| * fix(cypress): Wait for network requests to finish when using the FilePickerFerdinand Thiessen2023-12-061-0/+18
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #41948 from nextcloud/fix/accessibility-dark-modeFerdinand Thiessen2023-12-062-0/+154
|\ \ | |/ |/| fix(theming): Adjust dark theme to be accessible adjust cypress tests
| * fix(theming): Adjust dark theme to be accessible adjust cypress testsFerdinand Thiessen2023-12-012-0/+154
| | | | | | | | | | | | Also fix warning text color for bright / default theme on blurry background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(cypress): Adjust user columns tests to be more specific when selecting a ↵Ferdinand Thiessen2023-12-011-4/+4
|/ | | | | | modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add cypress tests for copy and moveFerdinand Thiessen2023-11-271-0/+116
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust cypress tests that relied on version to be 28Ferdinand Thiessen2023-11-242-1/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust user settings tests for changed actions componentFerdinand Thiessen2023-11-172-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Make new-users test less flaky by using test isolationFerdinand Thiessen2023-11-171-13/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Add cypress e2e testsFerdinand Thiessen2023-11-163-11/+336
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(systemtags): Admin system tags formChristopher Ng2023-11-151-0/+138
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add link for opening app detailsjulia.kirschenheuter2023-11-151-1/+1
| | | | | | Add `alt` for `AppScore` image Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` releaseFerdinand Thiessen2023-11-142-7/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Do not install calendar app from app store for testing but use ↵Ferdinand Thiessen2023-11-128-22/+193
| | | | | | locally provided test app Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(cypress): Migrate apps acceptance tests to CypressFerdinand Thiessen2023-11-062-0/+173
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(cypress): Migrate header contacts menu tests from Behat to CypressFerdinand Thiessen2023-11-052-1/+156
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Add timeout for waiting on Nextcloud serverFerdinand Thiessen2023-11-031-1/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #41137 from nextcloud/chore/migrate-access-level-cypressFerdinand Thiessen2023-11-027-20/+240
|\ | | | | chore(cypress): Migrate access-level tests from Behat to Cypress
| * chore(tests): Migrate duplicated menu settings tests (access levels) to CypressFerdinand Thiessen2023-10-302-54/+119
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(cypress): Move `clearState` from user utils to shared common utilsFerdinand Thiessen2023-10-295-20/+22
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(cypress): Migrate access-level tests from Behat to Cypress as this are ↵Ferdinand Thiessen2023-10-293-2/+155
| | | | | | | | | | | | UI tests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(tests): Make app order Cypress tests more robustFerdinand Thiessen2023-10-311-6/+12
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-271-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-271-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* tests: Add accessibility tests for CSS color variablesFerdinand Thiessen2023-10-271-0/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Fix linter errors on Cypress chains and refactor `wait-until` ↵Ferdinand Thiessen2023-10-252-62/+74
| | | | | | checker functions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Fix selector for the user menu buttonFerdinand Thiessen2023-10-251-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Stablize user list cypress testsFerdinand Thiessen2023-10-257-151/+505
| | | | | | | | * Use common `data-testid` to identify elements rather than to depend on internal classes or properties * Force clean the state for the user tests * Move leftover acceptance tests for users from drone to cypress Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(tests): Migrate login acceptance tests from behat to CypressFerdinand Thiessen2023-10-231-0/+146
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(theming): Allow to reset the user defined app order to the default valueFerdinand Thiessen2023-10-211-8/+85
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): App order settings - ensure the focus is kept on buttonFerdinand Thiessen2023-10-211-0/+41
| | | | | | When pressing a button for changing the app order that button should keep the focus after reordering the list. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #41000 from nextcloud/fix/local-cypress-testsJohn Molakvoæ2023-10-201-0/+1
|\
| * fix(cypress): Also sync `3rdparty` directory for local cypress testsFerdinand Thiessen2023-10-191-0/+1
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(theming): Allow to configure default apps and app order in frontend ↵Ferdinand Thiessen2023-10-201-0/+212
|/ | | | | | | | | settings * Also add API for setting the value using ajax. * Add cypress tests for app order and defaul apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Test using `data-test-id` attributes rather than private classesFerdinand Thiessen2023-10-194-43/+66
| | | | | | Makes the test more resilant to inner component changes of the `@nextcloud/vue` library. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Replace flaky password-confirmation hack with conditional ↵Ferdinand Thiessen2023-10-195-82/+43
| | | | | | testing for the password modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix background removal not applying to user default themingJohn Molakvoæ2023-10-193-20/+73
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix background removal checkJohn Molakvoæ2023-10-193-11/+21
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add additional no-background and custom colour testJohn Molakvoæ2023-10-191-20/+70
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: Improve dockerNode loggingFerdinand Thiessen2023-10-181-23/+33
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Add `aria-pressed` attribute to active backgroundFerdinand Thiessen2023-10-181-7/+29
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): User groups testChristopher Ng2023-10-121-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(settings): Create and delete groupsChristopher Ng2023-10-111-0/+104
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-0/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(CI): Fix server setup in cypress by overwriting all files in shallow-serverJoas Schilling2023-10-091-0/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(cypress): User table create/delete testsChristopher Ng2023-10-051-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): User table disable/enable testsChristopher Ng2023-10-051-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): User table modify testsChristopher Ng2023-10-051-5/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): User table column testsChristopher Ng2023-10-051-8/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): add sharing icon in headerJohn Molakvoæ2023-09-021-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>