simple task-add screen with verification

This commit is contained in:
2023-01-08 22:34:24 +01:00
parent 0cfed3e321
commit 53ae35044b
4 changed files with 223 additions and 77 deletions

View File

@ -13,7 +13,7 @@ import 'package:nextcloud_reminder/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 TodoTxtReminderApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);