diff --git a/integration_test/app_test.dart b/integration_test/app_test.dart index 30dd64b8..deced845 100644 --- a/integration_test/app_test.dart +++ b/integration_test/app_test.dart @@ -38,17 +38,29 @@ export 'package:flutter_test/flutter_test.dart'; export 'package:patrol/patrol.dart'; part 'auth_test.dart'; + part 'common.dart'; + part 'home_test.dart'; + part 'locals_test.dart'; + part 'menu_test.dart'; + part 'module_test.dart'; + part 'notify_test.dart'; + part 'profile_test.dart'; + part 'property_test.dart'; + part 'setting_test.dart'; + part 'storage_test.dart'; + part 'utils_test.dart'; + part 'welcome_test.dart'; late PatrolTester $; @@ -66,7 +78,7 @@ void main() { AuthenticationTest.signIn(); AuthenticationTest.signUp(); AuthenticationTest.signOut(); - // AuthenticationTest.recovery(); + AuthenticationTest.recovery(); ModularizationTest.switchLicense(); ModularizationTest.containLicense(); diff --git a/integration_test/utils_test.dart b/integration_test/utils_test.dart index 17c49545..cce351a2 100644 --- a/integration_test/utils_test.dart +++ b/integration_test/utils_test.dart @@ -21,6 +21,10 @@ Future _loggedWithMultiLocalsAccount( if (forceLinkedLocal == true) { await StorageHelper() // .set(ProfileStorageKey.clientUUID.key, '7'); + await StorageHelper() // + .set(ProfileStorageKey.ownerUUID.key, '7'); + await StorageHelper() // + .set(ProfileStorageKey.clientName.key, 'FRE ACCESS DEMO'); await PhpGroup // .resopndeVinculo .call(tarefa: 'A'); @@ -50,6 +54,10 @@ Future _loggedWithSomeoneLocalAccount( if (forceLinkedLocal == true) { await StorageHelper() // .set(ProfileStorageKey.clientUUID.key, '7'); + await StorageHelper() // + .set(ProfileStorageKey.ownerUUID.key, '7'); + await StorageHelper() // + .set(ProfileStorageKey.clientName.key, 'FRE ACCESS DEMO'); await PhpGroup // .resopndeVinculo .call(tarefa: 'A');