Skip to content

Commit 7820ed9

Browse files
domdomeggmaskaravivek
authored andcommitted
Fix LoginActivityTest (commons-app#2795)
1 parent 031f334 commit 7820ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/fr/free/nrw/commons/LoginActivityTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class LoginActivityTest {
5050

5151
@Test
5252
fun testForgotPassword() {
53-
Espresso.onView(ViewMatchers.withId(R.id.forgotPassword))
53+
Espresso.onView(ViewMatchers.withId(R.id.forgot_password))
5454
.perform(ViewActions.click())
5555
Intents.intended(CoreMatchers.allOf(IntentMatchers.hasAction(Intent.ACTION_VIEW), IntentMatchers.hasData(BuildConfig.FORGOT_PASSWORD_URL)));
5656
}

0 commit comments

Comments
 (0)