Skip to content

Commit 37f1950

Browse files
committed
Enabled a UI test
1 parent 09c5334 commit 37f1950

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue2818.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_IOS
2+
#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST
23
// Orientation not supported in Catalyst and Windows
3-
// On iOS FlyoutPage RTL is not working as expected, Issue: https://github.com/dotnet/maui/issues/26726
44
using NUnit.Framework;
55
using UITest.Appium;
66
using UITest.Core;
@@ -35,7 +35,8 @@ public void RootViewMovesAndContentIsVisible()
3535
Assert.That(positionStart, Is.Not.EqualTo(secondPosition));
3636
}
3737

38-
[Test]
38+
[Test]
39+
[FailsOnIOSWhenRunningOnXamarinUITest] //https://github.com/dotnet/maui/issues/26726
3940
public void RootViewSizeDoesntChangeAfterBackground()
4041
{
4142
var idiom = App.WaitForElement("Idiom");

0 commit comments

Comments
 (0)