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

Scroll further on x during demo drive test #792

Merged
merged 1 commit into from
Sep 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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