Add pageDelay to fullscreen_textfield_perf_test (#88807)
This commit is contained in:
parent
2e3cb0f7d6
commit
9a190e5b39
@ -11,6 +11,7 @@ void main() {
|
|||||||
macroPerfTest(
|
macroPerfTest(
|
||||||
'fullscreen_textfield_perf',
|
'fullscreen_textfield_perf',
|
||||||
kFullscreenTextRouteName,
|
kFullscreenTextRouteName,
|
||||||
|
pageDelay: const Duration(milliseconds: 50),
|
||||||
driverOps: (FlutterDriver driver) async {
|
driverOps: (FlutterDriver driver) async {
|
||||||
final SerializableFinder textfield = find.byValueKey('fullscreen-textfield');
|
final SerializableFinder textfield = find.byValueKey('fullscreen-textfield');
|
||||||
driver.tap(textfield);
|
driver.tap(textfield);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user