File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class HorizontalPagerScrollingContentTest {
92
92
93
93
// Perform a scroll in the same direction again
94
94
rule.onNodeWithTag(TestTag )
95
- .swipeAcrossCenterWithVelocity(velocityPerSec = 2_000 .dp, distancePercentageX = - 0.5f )
95
+ .swipeAcrossCenterWithVelocity(velocityPerSec = 2_000 .dp, distancePercentageX = - 0.6f )
96
96
97
97
// Wait for the flings to end
98
98
rule.waitForIdle()
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class VerticalPagerScrollingContentTest {
91
91
92
92
// Perform a scroll in the same direction again
93
93
rule.onNodeWithTag(TestTag )
94
- .swipeAcrossCenterWithVelocity(velocityPerSec = 2_000 .dp, distancePercentageY = - 0.5f )
94
+ .swipeAcrossCenterWithVelocity(velocityPerSec = 2_000 .dp, distancePercentageY = - 0.6f )
95
95
96
96
// Wait for the flings to end
97
97
rule.waitForIdle()
You can’t perform that action at this time.
0 commit comments