fix: failing tests on CI - WPB-27332#5033
Open
findms wants to merge 16 commits into
Open
Conversation
Contributor
Test Results2 222 tests 2 194 ✅ 3m 50s ⏱️ Results for commit 2362081. ♻️ This comment has been updated with latest results. Summary: workflow run #29931830958 |
…ulator due to no video on simulators
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.
Issue
Please describe the issue.
Optional: add details about technical approach, solutions etc.
Optional: reference dependencies to other pull requests etc.
fixing UITests failures:
testSwitchBetweenAudioAndVideoCallAndShowsParticipantVideo_TC_8888_TC_9497
testAddAndViewDisplayPicture_TC_8939_8813
testDeletingFilePermanentelyFromRecycleBinTC8960()
Changes
So after fixing multiple times it worked fine on local but fails on Ci using same calling service where flow returns packets as audioPacketsReceived: 0, audioPacketsSent: 0, videoPacketsReceived: 0...
Now approached changed and tried to match with zautomation where verification of
1peer connection before switching video on and after and button UI controls verify the video incoming.Note: If this still doesn't work, I would recommend to skip this test and look for better option how to verify video and audio incoming and outgoing.
WPB-14703 (#5017) cleared the picture cell's accessibilityValue ("image" → nil) so VoiceOver stops reading "image". The test still asserted pictureCell.value == "image" and timed out.
Added an automation-only accessibilityIdentifier (profilePictureImagePreview) on the image preview — not spoken by VoiceOver, no accessibility regression — and updated the test to wait on it.
Testing
Describe how to test.
Optional: attachments like images, videos, etc.
Ran locally

Checklist
[WPB-XXX].UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: