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 f2b4d31 commit 7f789a3Copy full SHA for 7f789a3
src/Controls/tests/UITests/Tests/Issues/Issue20294.cs
@@ -14,6 +14,8 @@ public Issue20294(TestDevice device) : base(device) { }
14
[Test]
15
public void ScrollToEndDoesntCrash()
16
{
17
+ this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.Android, TestDevice.Mac, TestDevice.Windows });
18
+
19
App.ScrollTo("FOOTER");
20
App.ScrollUp("theCollectionView", ScrollStrategy.Gesture, 0.5);
21
App.ScrollDown("theCollectionView", ScrollStrategy.Gesture, 0.5);
0 commit comments