Skip to content

Commit f7a5f2a

Browse files
committed
Modified the test
1 parent b0a6504 commit f7a5f2a

File tree

1 file changed

+2
-1
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#if WINDOWS
1+
#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_ANDROID && TEST_FAILS_ON_IOS
22
// In MacCatalyst, DatePicker Text color property is not working MacOS https://github.com/dotnet/maui/issues/20904
3+
// In Windows, Once this PR https://github.com/dotnet/maui/pull/27477 merged, we can implement the MoveCursor and enable the test
34
using NUnit.Framework;
45
using UITest.Appium;
56
using UITest.Core;

0 commit comments

Comments
 (0)