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
Copy file name to clipboardExpand all lines: src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ public void SafeAreaMainGridSequentialButtonTesting()
97
97
Assert.That(finalAllPosition.Y,Is.EqualTo(allPosition.Y),"Final All position should match initial All position");
98
98
}
99
99
100
-
#if TEST_FAILS_ON_ANDROID
101
100
[Test]
102
101
[Category(UITestCategories.SafeAreaEdges)]
103
102
publicvoidSafeAreaPerEdgeValidation()
@@ -128,6 +127,5 @@ public void SafeAreaPerEdgeValidation()
128
127
Assert.That(containerPositionWithoutSoftInput.Height,Is.EqualTo(containerPosition.Height),"ContentGrid height should return to original when Soft Input is dismissed with Container edges");
@@ -97,8 +97,6 @@ public void SafeAreaMainGridSequentialButtonTesting()
97
97
Assert.That(finalAllPosition.Y,Is.EqualTo(allPosition.Y),"Final All position should match initial All position");
98
98
}
99
99
100
-
101
-
#if TEST_FAILS_ON_ANDROID
102
100
[Test]
103
101
[Category(UITestCategories.SafeAreaEdges)]
104
102
publicvoidSafeAreaPerEdgeValidation()
@@ -129,6 +127,5 @@ public void SafeAreaPerEdgeValidation()
129
127
Assert.That(containerPositionWithoutSoftInput.Height,Is.EqualTo(containerPosition.Height),"ContentGrid height should return to original when Soft Input is dismissed with Container edges");
0 commit comments