init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:handwerksfreund/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('App loads main navigation screen', (WidgetTester tester) async {
|
||||
// Build our app and trigger a frame.
|
||||
await tester.pumpWidget(const HandwerksfreundApp());
|
||||
|
||||
// Verify that the title 'Kunden' is found
|
||||
expect(find.text('Kunden'), findsWidgets);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user