We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a6504 commit f7a5f2aCopy full SHA for f7a5f2a
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22987.cs
@@ -1,5 +1,6 @@
1
-#if WINDOWS
+#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_ANDROID && TEST_FAILS_ON_IOS
2
// 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
4
using NUnit.Framework;
5
using UITest.Appium;
6
using UITest.Core;
0 commit comments