Commit 9e808aad authored by Seth Ladd's avatar Seth Ladd Committed by GitHub

Change from plural to singular (#5705)

Closes #5702

Update transitions_perf_test.dart

Update simple_smoke_test.dart
parent 8a20b261
...@@ -59,7 +59,7 @@ final List<GalleryItem> kAllGalleryItems = <GalleryItem>[ ...@@ -59,7 +59,7 @@ final List<GalleryItem> kAllGalleryItems = <GalleryItem>[
buildRoute: (BuildContext context) => new ShrineDemo() buildRoute: (BuildContext context) => new ShrineDemo()
), ),
new GalleryItem( new GalleryItem(
title: 'Contacts', title: 'Contact profile',
category: 'Demos', category: 'Demos',
subtitle: 'Highlights the flexible appbar', subtitle: 'Highlights the flexible appbar',
routeName: ContactsDemo.routeName, routeName: ContactsDemo.routeName,
......
...@@ -42,7 +42,7 @@ void main() { ...@@ -42,7 +42,7 @@ void main() {
await tester.pump(const Duration(seconds: 1)); // end animation await tester.pump(const Duration(seconds: 1)); // end animation
// Open Flexible space toolbar // Open Flexible space toolbar
await tester.tap(find.text('Contacts')); await tester.tap(find.text('Contact profile'));
await tester.pump(); // start animation await tester.pump(); // start animation
await tester.pump(const Duration(seconds: 1)); // end animation await tester.pump(const Duration(seconds: 1)); // end animation
......
...@@ -25,7 +25,7 @@ final List<String> demoTitles = <String>[ ...@@ -25,7 +25,7 @@ final List<String> demoTitles = <String>[
// Demos // Demos
// 'Pesto', TODO(hansmuller): restore when Pesto has a back button. // 'Pesto', TODO(hansmuller): restore when Pesto has a back button.
'Shrine', 'Shrine',
'Contacts', 'Contact profile',
// Components // Components
'Buttons', 'Buttons',
'Cards', 'Cards',
......
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