Skip to content

Commit a0ac523

Browse files
Test script changes
1 parent 2ea33b1 commit a0ac523

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue13258.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
22
using NUnit.Framework;
33
using UITest.Appium;
44
using UITest.Core;
@@ -11,7 +11,7 @@ public Issue13258(TestDevice testDevice) : base(testDevice)
1111
{
1212
}
1313

14-
public override string Issue => "MAUI Slider thumb image is big on ios/ Mac";
14+
public override string Issue => "MAUI Slider thumb image is big on android";
1515

1616
[Test]
1717
[Category(UITestCategories.Slider)]

0 commit comments

Comments
 (0)