Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Scroll further on x during demo drive test (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Sep 27, 2022
1 parent 9c62bc5 commit 9fd4ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_driver/transitions_perf_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Future<void> runDemos(
await driver.scrollUntilVisible(
demoList,
demoItem,
dxScroll: -500,
dxScroll: -800,
dyScroll: -50,
alignment: 0.5,
timeout: const Duration(seconds: 10),
Expand Down

0 comments on commit 9fd4ee5

Please sign in to comment.