You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Testing] Enabling ported UITests from Xamarin.UITests to Appium - 40 (#26491)
* Enabled 40th set of UITests from XamarinUITest into Appium (#38)
* Migrated Issues from XamarinUITest into Appium
* Migrated Issue ShellSearchHandlerItemSizing
* Added comments
* Modified Issue ShellFlyoutSizing
* Added issue link
* Updated migrated test cases
* Removed unwanted usings
---------
Co-authored-by: NafeelaNazhir <[email protected]>
* Resolved Windows CI failure test case
* Enabled 40th set of UITests from XamarinUITest into Appium (#38)
* Migrated Issues from XamarinUITest into Appium
* Migrated Issue ShellSearchHandlerItemSizing
* Added comments
* Modified Issue ShellFlyoutSizing
* Added issue link
* Updated migrated test cases
* Removed unwanted usings
---------
Co-authored-by: NafeelaNazhir <[email protected]>
* Resolved Windows CI failure test case
* Skips the tests which fails on CI.
---------
Co-authored-by: NafeelaNazhir <[email protected]>
Copy file name to clipboardExpand all lines: src/Controls/tests/TestCases.HostApp/Issues/XFIssue/ShellFlyoutSizing.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ public class ShellFlyoutSizing : TestShell
6
6
{
7
7
protectedoverridevoidInit()
8
8
{
9
+
FlyoutBehavior=FlyoutBehavior.Locked;//After tapping on items, the flyout closes on Windows. To ensure uniform behavior across platforms, set the FlyoutBehavior to Locked.
#if !WINDOWS// The test fails on Windows and throws an exception: "Navigation still processing" when tapping ClearAndRecreate after tapping ToggleItem1. MoreInformation:https://github.com/dotnet/maui/issues/17608
#if TEST_FAILS_ON_WINDOWS&&TEST_FAILS_ON_ANDROID&&TEST_FAILS_ON_CATALYST// In Android and Catalyst AutomationId is not working for SearchHandler, in Windows searchresults was not shown More Information: https://github.com/dotnet/maui/issues/26477
2
2
usingUITest.Appium;
3
+
usingNUnit.Framework;
3
4
usingUITest.Core;
4
5
5
6
namespaceMicrosoft.Maui.TestCases.Tests.Issues;
@@ -12,13 +13,15 @@ public ShellSearchHandlerItemSizing(TestDevice testDevice) : base(testDevice)
0 commit comments