updates
This commit is contained in:
parent
fc22d11df1
commit
27a8a62475
32 changed files with 354 additions and 335 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
import 'package:ratune_mobile/main.dart';
|
||||
import 'package:timbre/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('App shell renders the three tabs', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(const ProviderScope(child: RatuneApp()));
|
||||
await tester.pumpWidget(const ProviderScope(child: TimbreApp()));
|
||||
await tester.pump();
|
||||
|
||||
expect(find.text('Home'), findsOneWidget);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue