diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28343.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28343.cs index b6fde14e4fd5..9d3ec5d2bae7 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28343.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28343.cs @@ -45,7 +45,7 @@ public void ProgressSpinnerRemainsDisabledAfterSwappingContent() public void ProgressSpinnerWorksWhenReEnabled() { App.WaitForElement("SetToEnabled").Tap(); - App.ScrollUp("CollectionView"); + App.ScrollUp("CollectionView", ScrollStrategy.Gesture, swipePercentage:0.99, swipeSpeed:2500); App.WaitForElement("RefreshTriggered"); } }