Skip to content

Commit bbeab07

Browse files
Tamilarasan-Paranthamanjfversluis
authored andcommitted
script changes
1 parent a75e808 commit bbeab07

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if IOS || ANDROID
1+
#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST // Using ActivateContextMenu internally does a right click and is not working correctly.
22
using NUnit.Framework;
33
using UITest.Appium;
44
using UITest.Core;

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#if !MACCATALYST
2-
using NUnit.Framework;
1+
using NUnit.Framework;
32
using UITest.Appium;
43
using UITest.Core;
54

@@ -27,9 +26,8 @@ public void VerifyFlyoutBackgroundColor()
2726
{
2827
App.WaitForElement("Tab1Page");
2928
App.Tap("ChangeFlyoutBackground");
30-
App.TapShellFlyoutIcon();
29+
App.TapShellFlyoutIcon();
3130
VerifyScreenshot();
3231
}
3332
}
34-
}
35-
#endif
33+
}

0 commit comments

Comments
 (0)