fix: Formatting

This commit is contained in:
Christian Pauly 2021-05-23 14:24:21 +02:00
commit 9522077be4
4 changed files with 0 additions and 11 deletions

View file

@ -1,14 +1,9 @@
import 'package:fluffychat/pages/homeserver_picker.dart';
import 'package:fluffychat/main.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('Test if the widget can be created', (WidgetTester tester) async {
await tester.pumpWidget(FluffyChatApp(testWidget: HomeserverPicker()));
await tester.tap(find.byType(TextField));
await tester.tap(find.byType(ElevatedButton));
await tester.pumpAndSettle();
});
}