Unverified Commit 9a190e5b authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Add pageDelay to fullscreen_textfield_perf_test (#88807)

parent 2e3cb0f7
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment