From 77192686c869937a7dfa734f1909004813371b5e Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 17 Mar 2023 17:55:29 +0000 Subject: [PATCH] - updated android gradle version - increased espresso version Took 4 hours 5 minutes --- .gitignore | 1 + .../com/tests/RegisteredUserAuthenticationActivityTest.kt | 2 +- .../h_mal/appttude/com/tests/UserAuthenticationActivityTest.kt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d559723..0fc0baf 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /captures .externalNativeBuild *.log +local diff --git a/app/src/androidTestDriver/java/h_mal/appttude/com/tests/RegisteredUserAuthenticationActivityTest.kt b/app/src/androidTestDriver/java/h_mal/appttude/com/tests/RegisteredUserAuthenticationActivityTest.kt index 62e41c3..2133703 100644 --- a/app/src/androidTestDriver/java/h_mal/appttude/com/tests/RegisteredUserAuthenticationActivityTest.kt +++ b/app/src/androidTestDriver/java/h_mal/appttude/com/tests/RegisteredUserAuthenticationActivityTest.kt @@ -21,7 +21,7 @@ class RegisteredUserAuthenticationActivityTest : FirebaseTest(Log @Test fun verifyUserLogin_validUsernameAndPassword_loggedIn() { login { - waitFor(100) + waitFor(1100) setEmail(getEmail()) setPassword(USER_PASSWORD) clickLogin() diff --git a/app/src/androidTestDriver/java/h_mal/appttude/com/tests/UserAuthenticationActivityTest.kt b/app/src/androidTestDriver/java/h_mal/appttude/com/tests/UserAuthenticationActivityTest.kt index 5f15ef4..90fe4c7 100644 --- a/app/src/androidTestDriver/java/h_mal/appttude/com/tests/UserAuthenticationActivityTest.kt +++ b/app/src/androidTestDriver/java/h_mal/appttude/com/tests/UserAuthenticationActivityTest.kt @@ -21,7 +21,7 @@ class UserAuthenticationActivityTest : FirebaseTest(LoginActivity @Test fun verifyUserRegistration_validUsernameAndPassword_loggedIn() { login { - waitFor(100) + waitFor(1100) clickRegister() } register {