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 a75e808 commit bbeab07Copy full SHA for bbeab07
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/ContextActionCellTest.cs
@@ -1,4 +1,4 @@
1
-#if IOS || ANDROID
+#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST // Using ActivateContextMenu internally does a right click and is not working correctly.
2
using NUnit.Framework;
3
using UITest.Appium;
4
using UITest.Core;
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/FlyoutTest.cs
@@ -1,5 +1,4 @@
-#if !MACCATALYST
-using NUnit.Framework;
+using NUnit.Framework;
5
@@ -27,9 +26,8 @@ public void VerifyFlyoutBackgroundColor()
27
26
{
28
App.WaitForElement("Tab1Page");
29
App.Tap("ChangeFlyoutBackground");
30
- App.TapShellFlyoutIcon();
+ App.TapShellFlyoutIcon();
31
VerifyScreenshot();
32
}
33
34
-}
35
-#endif
+}
0 commit comments