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