We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805076e commit f1276e4Copy full SHA for f1276e4
app/src/androidTest/java/fr/free/nrw/commons/UploadTest.kt
@@ -234,7 +234,7 @@ class UploadTest {
234
.actionOnItemAtPosition<UploadMediaDetailAdapter.ViewHolder>(0,
235
MyViewAction.typeTextInChildViewWithId(R.id.description_item_edit_text, "Test description")))
236
237
- onView(withId(R.id.btn_add_description))
+ onView(withId(R.id.btn_add))
238
.perform(click())
239
240
onView(withId(R.id.rv_descriptions)).perform(
0 commit comments