Add pageDelay to fullscreen_textfield_perf_test (#88807)

This commit is contained in:
Zachary Anderson 2021-08-24 13:39:03 -07:00 committed by GitHub
parent 2e3cb0f7d6
commit 9a190e5b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ void main() {
macroPerfTest(
'fullscreen_textfield_perf',
kFullscreenTextRouteName,
pageDelay: const Duration(milliseconds: 50),
driverOps: (FlutterDriver driver) async {
final SerializableFinder textfield = find.byValueKey('fullscreen-textfield');
driver.tap(textfield);