mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix broken reference to a missing resource ID
Seems like a fallout of the change done in PR #5464 This hopefully should make the instrumentation tests resume.
This commit is contained in:
parent
805076ee6b
commit
f1276e4697
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class UploadTest {
|
|||
.actionOnItemAtPosition<UploadMediaDetailAdapter.ViewHolder>(0,
|
||||
MyViewAction.typeTextInChildViewWithId(R.id.description_item_edit_text, "Test description")))
|
||||
|
||||
onView(withId(R.id.btn_add_description))
|
||||
onView(withId(R.id.btn_add))
|
||||
.perform(click())
|
||||
|
||||
onView(withId(R.id.rv_descriptions)).perform(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue