mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 04:07:51 -06:00
feat: Add login integration test (WIP), update notes feature
This commit is contained in:
@@ -12,6 +12,7 @@ import 'package:paperless_mobile/features/login/view/login_to_existing_account_p
|
||||
import 'package:paperless_mobile/features/login/view/verify_identity_page.dart';
|
||||
import 'package:paperless_mobile/features/login/view/widgets/login_transition_page.dart';
|
||||
import 'package:paperless_mobile/generated/l10n/app_localizations.dart';
|
||||
import 'package:paperless_mobile/keys.dart';
|
||||
import 'package:paperless_mobile/routing/navigation_keys.dart';
|
||||
import 'package:paperless_mobile/routing/routes.dart';
|
||||
part 'login_route.g.dart';
|
||||
@@ -108,6 +109,7 @@ class AuthenticatingRoute extends GoRouteData {
|
||||
};
|
||||
return NoTransitionPage(
|
||||
child: LoginTransitionPage(
|
||||
key: TestKeys.login.loggingInScreen,
|
||||
text: text,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user