misc
This commit is contained in:
parent
d55dddf05e
commit
6878d4e37f
|
@ -45,20 +45,20 @@ void main() {
|
||||||
setUp(() async {});
|
setUp(() async {});
|
||||||
tearDown(() async {});
|
tearDown(() async {});
|
||||||
|
|
||||||
// WelcomeTest.signInToSignUp();
|
WelcomeTest.signInToSignUp();
|
||||||
// WelcomeTest.signUpToSignIn();
|
WelcomeTest.signUpToSignIn();
|
||||||
|
|
||||||
AuthenticationTest.signIn();
|
AuthenticationTest.signIn();
|
||||||
// AuthenticationTest.signUp();
|
AuthenticationTest.signUp();
|
||||||
// AuthenticationTest.signOut();
|
AuthenticationTest.signOut();
|
||||||
//
|
|
||||||
ModularizationTest.switchLicense();
|
ModularizationTest.switchLicense();
|
||||||
// ModularizationTest.containLicense();
|
ModularizationTest.containLicense();
|
||||||
//
|
|
||||||
MenuTest.navToEntries();
|
MenuTest.navToEntries();
|
||||||
MenuTest.containEntries();
|
MenuTest.containEntries();
|
||||||
MenuTest.labels2AppbarConsistency();
|
MenuTest.labels2AppbarConsistency();
|
||||||
//
|
|
||||||
// LocalsTest.setLocal();
|
LocalsTest.setLocal();
|
||||||
// LocalsTest.unlinkLocal();
|
LocalsTest.unlinkLocal();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue