-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
Issue18751Test fails on iOS and Mac because images loaded from remote URLs via data binding fail to render when tests are executed in CI environments.
Issue18896Test fails on Android because images loaded from remote URLs via data binding fail to render when tests are executed in CI environments.
In the affected samples, the Image control uses XAML binding:
<Image Source="{Binding ImageUrl}" />
During CI execution, the images are not rendered, which causes visual verification failures and screenshot mismatches in UI tests.
|
|
Steps to Reproduce
- Run Issue18751Test on iOS or Mac, and Issue18896Test on Android.
- Observe the rendered UI output.
Link to public reproduction project repository
https://github.com/dotnet/maui/blob/main/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18751.cs,
https://github.com/dotnet/maui/blob/main/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18896.cs
Version with bug
Unknown/Other
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android, iOS, MacOS
Affected platform versions
No response
Did you find any workaround?
No response

