0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-30 22:37:01 +00:00
nextcloud_server/cypress/e2e/files
Ferdinand Thiessen 344c8a409c
fix(files): Ensure favorites set in sidebar work
When marking a file as favorite from within the sidebar make sure it
really works, this fixes two issues:
1. The source needs to be the plain source not URL encoded, as otherwise
   the source of the node would be encoded twice (and show with encoding
   in the navigation)
2. The store should also listen for the update events as the sidebar has
   no access to the real node to update it, instead the store should -
   as long as we only have the legacy sidebar - update the node when
   added or removed as favorite.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-01-21 17:55:53 +01:00
..
drag-n-drop.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +02:00
duplicated-node-regression.cy.ts test(files): Add tests for path handling 2024-09-20 11:09:17 +02:00
favorites.cy.ts fix(files): Ensure favorites set in sidebar work 2025-01-21 17:55:53 +01:00
files-copy-move.cy.ts chore(files): add selection cypress tests 2024-11-07 19:01:59 +01:00
files-download.cy.ts fix(files): Provide file actions from list entry to make it reactive 2024-08-01 01:54:42 +02:00
files-filtering.cy.ts fix(files): File type filter UI sync with filter state 2025-01-17 08:59:17 +01:00
files-renaming.cy.ts fix(files): cancel renaming on enter if no file name changes 2024-12-10 10:31:59 +00:00
files-selection.cy.ts test(cypress): make select range of files with shift key more reliable 2025-01-08 21:33:09 +01:00
files-settings.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +02:00
files-sidebar.cy.ts fix(files): Close the sidebar on navigation 2024-07-15 11:34:05 +02:00
files-sorting.cy.ts fix(files): sort not working after changing views 2025-01-16 08:57:19 +01:00
files-xml-regression.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +02:00
files.cy.ts chore: Add SPDX header 2024-05-26 20:05:04 +02:00
FilesUtils.ts fix(cypress): flaky live photo test grid_view trigger issue 2025-01-03 10:24:30 +01:00
live_photos.cy.ts fix: Copying a live photo to a folder with a conflicting mov file 2024-12-04 16:23:39 +01:00
LivePhotosUtils.ts fix(cypress): flaky live photo test grid_view trigger issue 2025-01-03 10:24:30 +01:00
new-menu.cy.ts fix(files): Correctly check for already used names when creating new folder 2024-08-27 19:40:38 +02:00
recent-view.cy.ts test: Add test for recent view 2024-08-01 14:17:48 +02:00