We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d6953 commit 054e3a3Copy full SHA for 054e3a3
src/Controls/samples/Controls.Sample.UITests/Issues/Issues16094.xaml
@@ -2,7 +2,7 @@
2
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
3
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
4
x:Class="Maui.Controls.Sample.Issues.Issue16094">
5
- <ScrollView>
+ <ScrollView AutomationId="TestScrollView">
6
<VerticalStackLayout
7
Spacing="25"
8
Padding="30,0"
src/Controls/tests/UITests/Tests/Issues/Issue16094.cs
@@ -14,7 +14,7 @@ public Issue16094(TestDevice device)
14
15
[Test]
16
[Category(UITestCategories.Editor)]
17
- public void Issue16094Test()
+ public void ShadowsDontRespectControlShape()
18
{
19
this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.Mac });
20
0 commit comments