0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/apps/comments-ui/test/e2e
Ronald Langeveld 781bfdd60f
Wired up admin api for hidden comments (#21724)
ref PLG-270

- Updated the getCommentByID service to filter out hidden and deleted
replies.
- Ensured all replies are loaded before applying the filter.
- Simplified logic to handle non-paginated routes by directly removing
unwanted replies.
- Wired up new Admin Endpoint that shows hidden replies but not deleted
replies.
- Updated comments-ui client
- Added unit tests for mocking apiClient event listeners.
- added eventlistener playwright tests to ensure it fires on UI clicks.
2024-11-26 16:56:17 +08:00
..
actions.test.ts Updated "Replied to comment" copy (#21711) 2024-11-25 11:10:00 +00:00
auth-frame.test.ts Wired up admin api for hidden comments (#21724) 2024-11-26 16:56:17 +08:00
autoclose-forms.test.ts Wired up Admin Comment Endpoints to UI (#21661) 2024-11-21 10:52:36 +00:00
content.test.ts Wired up Admin Comment Endpoints to UI (#21661) 2024-11-21 10:52:36 +00:00
cta.test.ts
editor.test.ts Fixed comments placeholder (#21524) 2024-11-05 12:14:29 +09:00
labs.test.ts Added feature flagging system for Comments UI (#20984) 2024-09-12 18:36:37 +09:00
lazy-loading.test.ts Added lazy-loading of admin auth in Comments UI (#19799) 2024-03-05 15:57:20 +00:00
options.test.ts Fixed flaky avatar saturation test in comments-ui 2024-11-12 17:10:44 +00:00
pagination.test.ts Moved pagination button back to top in comments (#20379) 2024-06-13 09:10:30 +07:00