-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Testing] Fix for flaky UITests in CI - 1 #33441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[Testing] Fix for flaky UITests in CI - 1 #33441
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request addresses flakiness in the Issue18751Test UI test by increasing the image loading wait time from 1 second to 2 seconds. The test verifies that a CollectionView inside a RefreshView can properly display monkey images loaded from the internet, and the additional delay ensures images have sufficient time to load before screenshot verification.
Key Changes
- Increased delay from 1000ms to 2000ms in
Issue18751Testto allow more time for network images to load
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |

This pull request makes a minor adjustment to the image loading wait time in the
Issue18751Testtest case. The delay before verifying the screenshot has been increased to ensure images have sufficient time to load.Issue18751Testto allow more time for images to load before verification on the iOS platform.