update
This commit is contained in:
No files matched your search
@@ -17,7 +17,10 @@ void main() {
|
||||
await tester.pumpWidget(const MyLisApp());
|
||||
await tester.pump();
|
||||
|
||||
expect(find.text('MyLIS Mobile'), findsOneWidget);
|
||||
expect(
|
||||
find.text('Mikrobiology Laboratory Information System (MyLIS)'),
|
||||
findsOneWidget,
|
||||
);
|
||||
expect(find.text('Login'), findsOneWidget);
|
||||
expect(find.text('Username'), findsOneWidget);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user