test: implement regression tests for in conversation search [WPB-19955]#20492
Open
JacquelineLehner wants to merge 6 commits intodevfrom
Open
test: implement regression tests for in conversation search [WPB-19955]#20492JacquelineLehner wants to merge 6 commits intodevfrom
JacquelineLehner wants to merge 6 commits intodevfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #20492 +/- ##
==========================================
- Coverage 45.48% 45.48% -0.01%
==========================================
Files 1640 1640
Lines 40430 40430
Branches 8349 8349
==========================================
- Hits 18391 18390 -1
Misses 20102 20102
- Partials 1937 1938 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
|
🔗 Download Full Report Artifact 🧪 Playwright Test Summary
specs/AppLock/AppLock.spec.ts (❌ 0 failed,
|
markbrockhoff
requested changes
Feb 23, 2026
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/pageManager/webapp/pages/collection.page.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/pageManager/webapp/pages/collection.page.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/pageManager/webapp/pages/collection.page.ts
Outdated
Show resolved
Hide resolved
d3708aa to
bf4f612
Compare
markbrockhoff
requested changes
Mar 2, 2026
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/specs/InConversationSearch/inConversationSearch.spec.ts
Outdated
Show resolved
Hide resolved
…ia collection This commit introduces a new test suite to verify the in-conversation search and media collection functionality. Implemented scenarios include: - Verifying the media overview for images, audio, and files (@TC-352, @TC-356, @TC-357, @TC-359). - Searching for specific messages, links, and special characters, as well as testing search string trimming (@TC-385, @TC-391, @TC-398, @TC-403, @TC-405). - Verifying that clicking a search result scrolls the relevant message into view (@TC-408). - Ensuring deleted messages and media do not appear in search results or the media collection (@TC-360, @TC-392). Note: Tests @TC-358 (overview of all links) and @TC-388 (text mixed with link preview) are currently skipped due to the known bug [WPB-22484]. Refs: WPB-19955
…ments This commit introduces a new test suite to verify the in-conversation search and media collection functionality. Implemented scenarios include: - Verifying the media overview for images, audio, and files (@TC-352, @TC-356, @TC-357, @TC-359). - Searching for specific messages, links, and special characters, as well as testing search string trimming (@TC-385, @TC-391, @TC-398, @TC-403, @TC-405). - Verifying that clicking a search result scrolls the relevant message into view (@TC-408). - Ensuring deleted messages and media do not appear in search results or the media collection (@TC-360, @TC-392). Note: Tests @TC-358 (overview of all links) and @TC-388 (text mixed with link preview) are currently skipped due to the known bug [WPB-22484]. Refs: WPB-19955
This commit introduces a new test suite to verify the in-conversation search and media collection functionality. Implemented scenarios include: - Verifying the media overview for images, audio, and files (@TC-352, @TC-356, @TC-357, @TC-359). - Searching for specific messages, links, and special characters, as well as testing search string trimming (@TC-385, @TC-391, @TC-398, @TC-403, @TC-405). - Verifying that clicking a search result scrolls the relevant message into view (@TC-408). - Ensuring deleted messages and media do not appear in search results or the media collection (@TC-360, @TC-392). Note: Tests @TC-358 (overview of all links) and @TC-388 (text mixed with link preview) are currently skipped due to the known bug [WPB-22484]. Refs: WPB-19955
This commit introduces a new test suite to verify the in-conversation search and media collection functionality. Implemented scenarios include: - Verifying the media overview for images, audio, and files (@TC-352, @TC-356, @TC-357, @TC-359). - Searching for specific messages, links, and special characters, as well as testing search string trimming (@TC-385, @TC-391, @TC-398, @TC-403, @TC-405). - Verifying that clicking a search result scrolls the relevant message into view (@TC-408). - Ensuring deleted messages and media do not appear in search results or the media collection (@TC-360, @TC-392). Note: Tests @TC-358 (overview of all links) and @TC-388 (text mixed with link preview) are currently skipped due to the known bug [WPB-22484]. Refs: WPB-19955
bf4f612 to
0246d71
Compare
|
markbrockhoff
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Pull Request
Summary
Security Checklist (required)
Accessibility (required)
Standards Acknowledgement (required)
Screenshots or demo (if the user interface changed)
Notes for reviewers
Code duplication cannot be reduced any further since it's log in of the users.