Skip to content

Commit 645a971

Browse files
committed
chore: move mfa tests to the top so that they run first (testing)
1 parent ce4bd2f commit 645a971

File tree

1 file changed

+11
-11
lines changed
  • packages/auth/amplify_auth_cognito/example/integration_test

1 file changed

+11
-11
lines changed

packages/auth/amplify_auth_cognito/example/integration_test/main_test.dart

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@ void main() async {
4444

4545
group('amplify_auth_cognito', () {
4646
asf_tests.main();
47-
confirm_sign_in_tests.main();
48-
confirm_sign_up_tests.main();
49-
custom_auth_tests.main();
50-
custom_authorizer_tests.main();
51-
delete_user_tests.main();
52-
device_tracking_tests.main();
53-
federated_sign_in_tests.main();
54-
fetch_auth_session_tests.main();
55-
get_current_user_tests.main();
56-
hosted_ui_webview_tests.main();
57-
hub_events_tests.main();
5847
mfa_username_login_required_tests.main();
5948
mfa_sms_tests.main();
6049
mfa_sms_totp_optional_tests.main();
@@ -67,6 +56,17 @@ void main() async {
6756
mfa_sms_email_required_tests.main();
6857
mfa_email_totp_optional_tests.main();
6958
mfa_email_totp_required_tests.main();
59+
confirm_sign_in_tests.main();
60+
confirm_sign_up_tests.main();
61+
custom_auth_tests.main();
62+
custom_authorizer_tests.main();
63+
delete_user_tests.main();
64+
device_tracking_tests.main();
65+
federated_sign_in_tests.main();
66+
fetch_auth_session_tests.main();
67+
get_current_user_tests.main();
68+
hosted_ui_webview_tests.main();
69+
hub_events_tests.main();
7070
native_auth_bridge_tests.main();
7171
reset_password_tests.main();
7272
security_tests.main();

0 commit comments

Comments
 (0)