Skip to content

Commit

Permalink
Merge pull request #19008 from unoplatform/dev/jela/stretch-none-fix
Browse files Browse the repository at this point in the history
test: Make the stretch-none image url stable
  • Loading branch information
jeromelaban authored Dec 4, 2024
2 parents 2f3ac18 + be742e3 commit 4c5f18d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ScrollViewer Height="150"
Width="150">
<Image x:Name="image01"
Source="https://blog.xenproject.org/wp-content/uploads/2014/10/Testing.jpg"
Source="https://uno-assets.platform.uno/tests/images/uno-overalls.png"
Stretch="None"
AutomationProperties.AutomationId="image01" />
</ScrollViewer>
Expand All @@ -39,7 +39,7 @@
<ScrollViewer Height="150"
Width="150">
<Image x:Name="image02"
Source="https://blog.xenproject.org/wp-content/uploads/2014/10/Testing.jpg"
Source="https://uno-assets.platform.uno/tests/images/uno-overalls.png"
Stretch="None" />
</ScrollViewer>
</StackPanel>
Expand All @@ -56,7 +56,7 @@
VerticalAlignment="Center"
HorizontalAlignment="Center" />
<Image x:Name="image03"
Source="https://blog.xenproject.org/wp-content/uploads/2014/10/Testing.jpg"
Source="https://uno-assets.platform.uno/tests/images/uno-overalls.png"
Stretch="None"
Opacity="0.5"
VerticalAlignment="Center"
Expand Down

0 comments on commit 4c5f18d

Please sign in to comment.