You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue13258.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#if TEST_FAILS_ON_WINDOWS&&TEST_FAILS_ON_IOS&&TEST_FAILS_ON_CATALYST//Window issue link - https://github.com/dotnet/maui/issues/29125 && iOS and Mac PR - https://github.com/dotnet/maui/pull/34184
1
+
#if TEST_FAILS_ON_WINDOWS//Windows issue link - https://github.com/dotnet/maui/issues/29125
2
2
usingNUnit.Framework;
3
3
usingUITest.Appium;
4
4
usingUITest.Core;
@@ -11,7 +11,7 @@ public Issue13258(TestDevice testDevice) : base(testDevice)
11
11
{
12
12
}
13
13
14
-
publicoverridestringIssue=>"MAUI Slider thumb image is big on ios/ Mac";
14
+
publicoverridestringIssue=>"MAUI Slider thumb image is big on android";
0 commit comments