We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031f334 commit 7820ed9Copy full SHA for 7820ed9
app/src/androidTest/java/fr/free/nrw/commons/LoginActivityTest.kt
@@ -50,7 +50,7 @@ class LoginActivityTest {
50
51
@Test
52
fun testForgotPassword() {
53
- Espresso.onView(ViewMatchers.withId(R.id.forgotPassword))
+ Espresso.onView(ViewMatchers.withId(R.id.forgot_password))
54
.perform(ViewActions.click())
55
Intents.intended(CoreMatchers.allOf(IntentMatchers.hasAction(Intent.ACTION_VIEW), IntentMatchers.hasData(BuildConfig.FORGOT_PASSWORD_URL)));
56
}
0 commit comments