Skip to content

Commit 90fecfe

Browse files
kubafloPureWeen
authored andcommitted
Candidate Branch September 22nd - CurrentItemShouldWork test fix (#31685)
1 parent 0fd6c88 commit 90fecfe

File tree

1 file changed

+2
-2
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+2
-2
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28524.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public Issue28524(TestDevice device) : base(device) { }
1616
public void CurrentItemShouldWork()
1717
{
1818
App.WaitForElement("CarouselView");
19-
App.ScrollRight("CarouselView");
20-
App.ScrollRight("CarouselView");
19+
App.ScrollRight("CarouselView", ScrollStrategy.Gesture, 0.8, 500);
20+
App.ScrollRight("CarouselView", ScrollStrategy.Gesture, 0.8, 500);
2121
App.WaitForElement("Blue Monkey");
2222
}
2323
}

0 commit comments

Comments
 (0)