feat: Add wallet select across pages

This commit is contained in:
2024-06-03 14:08:57 +10:00
parent 3ee4e50b71
commit 9c0d1085ae
5 changed files with 172 additions and 72 deletions

View File

@@ -13,7 +13,7 @@ import 'package:firewallet/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
await tester.pumpWidget(const MyApp(uuid: 'null'));
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);