From eabadad6c02fe3da9307c3a0751c4be2b9ad10c2 Mon Sep 17 00:00:00 2001 From: Yegor Date: Mon, 17 Oct 2016 17:30:51 -0700 Subject: [PATCH] Add more logging to the gallery transitions test (#6363) --- examples/flutter_gallery/test_driver/transitions_perf_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/flutter_gallery/test_driver/transitions_perf_test.dart b/examples/flutter_gallery/test_driver/transitions_perf_test.dart index 83387271cd..c62466f112 100644 --- a/examples/flutter_gallery/test_driver/transitions_perf_test.dart +++ b/examples/flutter_gallery/test_driver/transitions_perf_test.dart @@ -115,6 +115,7 @@ void main() { // Scroll each demo menu item into view, launch the demo and // return to the demo menu 2x. for(String demoTitle in demoTitles) { + print('Testing "$demoTitle" demo'); SerializableFinder menuItem = find.text(demoTitle); await driver.scrollIntoView(menuItem); await new Future.delayed(new Duration(milliseconds: 500)); @@ -125,6 +126,7 @@ void main() { await driver.tap(find.byTooltip('Back')); await new Future.delayed(new Duration(milliseconds: 1000)); } + print('Success'); } }, streams: const [