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
"MainGrid height with SoftInput should match None when keyboard is hidden");
80
+
}
81
+
16
82
[Test]
17
83
[Category(UITestCategories.SafeAreaEdges)]
18
84
publicvoidSafeAreaMainGridBasicFunctionality()
@@ -97,7 +163,6 @@ public void SafeAreaMainGridSequentialButtonTesting()
97
163
Assert.That(finalAllPosition.Y,Is.EqualTo(allPosition.Y),"Final All position should match initial All position");
98
164
}
99
165
100
-
#if TEST_FAILS_ON_ANDROID
101
166
[Test]
102
167
[Category(UITestCategories.SafeAreaEdges)]
103
168
publicvoidSafeAreaPerEdgeValidation()
@@ -128,6 +193,5 @@ public void SafeAreaPerEdgeValidation()
128
193
Assert.That(containerPositionWithoutSoftInput.Height,Is.EqualTo(containerPosition.Height),"ContentGrid height should return to original when Soft Input is dismissed with Container edges");
Copy file name to clipboardExpand all lines: src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_ContentPage.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,6 @@ public void SafeAreaMainGridSequentialButtonTesting()
98
98
}
99
99
100
100
101
-
#if TEST_FAILS_ON_ANDROID
102
101
[Test]
103
102
[Category(UITestCategories.SafeAreaEdges)]
104
103
publicvoidSafeAreaPerEdgeValidation()
@@ -129,6 +128,5 @@ public void SafeAreaPerEdgeValidation()
129
128
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