Initial commit of Doormile CRM Mobile with UI modernizations
This commit is contained in:
9
test/widget_test.dart
Normal file
9
test/widget_test.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:doormile_flutter/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('App smoke test', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(const DoorMileApp());
|
||||
expect(find.text('Doormile CRM'), findsWidgets);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user