Skip to content

Commit 054e3a3

Browse files
committed
- 16904
1 parent 52d6953 commit 054e3a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Controls/samples/Controls.Sample.UITests/Issues/Issues16094.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
33
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
44
x:Class="Maui.Controls.Sample.Issues.Issue16094">
5-
<ScrollView>
5+
<ScrollView AutomationId="TestScrollView">
66
<VerticalStackLayout
77
Spacing="25"
88
Padding="30,0"

src/Controls/tests/UITests/Tests/Issues/Issue16094.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public Issue16094(TestDevice device)
1414

1515
[Test]
1616
[Category(UITestCategories.Editor)]
17-
public void Issue16094Test()
17+
public void ShadowsDontRespectControlShape()
1818
{
1919
this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.Mac });
2020

0 commit comments

Comments
 (0)