Skip to content

Commit f1276e4

Browse files
committed
Fix broken reference to a missing resource ID
Seems like a fallout of the change done in PR commons-app#5464 This hopefully should make the instrumentation tests resume.
1 parent 805076e commit f1276e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class UploadTest {
234234
.actionOnItemAtPosition<UploadMediaDetailAdapter.ViewHolder>(0,
235235
MyViewAction.typeTextInChildViewWithId(R.id.description_item_edit_text, "Test description")))
236236

237-
onView(withId(R.id.btn_add_description))
237+
onView(withId(R.id.btn_add))
238238
.perform(click())
239239

240240
onView(withId(R.id.rv_descriptions)).perform(

0 commit comments

Comments
 (0)