This commit is contained in:
Dwi Swandhana
2026-07-22 05:18:55 +07:00
parent 6d0f9a8bf6
commit 32db765b98
50 changed files with 2189 additions and 1909 deletions

No files matched your search

+4 -1
View File
@@ -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);
});