Skip to content

Commit

Permalink
Windows test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Aug 19, 2024
1 parent 774afdc commit ab63a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue24284.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
xmlns:ns="clr-namespace:Maui.Controls.Sample.Issues">
<ShellContent Title="Page 1">
<ContentPage>
<Border AutomationId="Border" HeightRequest="30"/>
<Border AutomationId="Border" HeightRequest="30">
<Label Text="Hello, World!"/>
</Border>
</ContentPage>
</ShellContent>
<ShellContent Title="Page 2">
Expand Down

0 comments on commit ab63a62

Please sign in to comment.