We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc4bcb commit 9e2530bCopy full SHA for 9e2530b
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs
@@ -113,7 +113,6 @@ public void IsEnabledDisablesEntireViewAndPreventsChildInteraction()
113
#endif
114
}
115
116
-//#if TEST_FAILS_ON_CATALYST // Overscroll gesture is not working
117
[Test]
118
public void PullToRefreshWorksWhenEnabled()
119
{
@@ -155,7 +154,6 @@ public void PullToRefreshBlockedWhenIsEnabledFalse()
155
154
// Wait for refresh to complete and verify it failed
156
Assert.That(GetStatusText(), Contains.Substring("IsEnabled: False"));
157
158
-//#endif
159
160
string GetStatusText() =>
161
App.FindElement(StatusLabel).GetText() ?? "";
0 commit comments