From 98c925ba341787b400a10857a830305c40370f72 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Wed, 29 Jan 2025 10:29:00 -0300 Subject: [PATCH] uncomment --- integration_test/app_test.dart | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/integration_test/app_test.dart b/integration_test/app_test.dart index 73f6c113..9089a4a2 100644 --- a/integration_test/app_test.dart +++ b/integration_test/app_test.dart @@ -60,21 +60,21 @@ void main() { // tearDown(() async {}); WelcomeTest.signInToSignUp(); - // WelcomeTest.signUpToSignIn(); + WelcomeTest.signUpToSignIn(); - // AuthenticationTest.signIn(); - // AuthenticationTest.signUp(); - // AuthenticationTest.signOut(); - // AuthenticationTest.recovery(); + AuthenticationTest.signIn(); + AuthenticationTest.signUp(); + AuthenticationTest.signOut(); + AuthenticationTest.recovery(); - // ModularizationTest.switchLicense(); - // ModularizationTest.containLicense(); + ModularizationTest.switchLicense(); + ModularizationTest.containLicense(); - // MenuTest.navToEntries(); - // MenuTest.containEntries(); - // MenuTest.labels2AppbarConsistency(); + MenuTest.navToEntries(); + MenuTest.containEntries(); + MenuTest.labels2AppbarConsistency(); - // LocalsTest.setLocal(); - // LocalsTest.unlinkLocal(); + LocalsTest.setLocal(); + LocalsTest.unlinkLocal(); LocalsTest.attachLocal(); }