Resolve merge conflicts: README + ignore IDE files
This commit is contained in:
@@ -28,6 +28,7 @@ void main() {
|
||||
|
||||
await tester.enterText(find.byType(TextFormField).at(0), 'demo@correo.com');
|
||||
await tester.enterText(find.byType(TextFormField).at(1), '123456');
|
||||
await tester.ensureVisible(find.text('Ingresar'));
|
||||
await tester.tap(find.text('Ingresar'));
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
@@ -42,7 +43,9 @@ void main() {
|
||||
await tester.pump(const Duration(seconds: 2));
|
||||
|
||||
expect(addressRepository.savedAddress, isNotNull);
|
||||
expect(find.byType(NavigationBar), findsOneWidget);
|
||||
final hasBottomNavigation = find.byType(NavigationBar).evaluate().isNotEmpty;
|
||||
final hasNavigationRail = find.byType(NavigationRail).evaluate().isNotEmpty;
|
||||
expect(hasBottomNavigation || hasNavigationRail, isTrue);
|
||||
expect(find.text('Mapa'), findsOneWidget);
|
||||
expect(find.text('Calendario'), findsOneWidget);
|
||||
expect(find.text('Avisos'), findsOneWidget);
|
||||
|
||||
Reference in New Issue
Block a user