diff --git a/app/src/androidTest/java/com/kylecorry/trail_sense/tools/packs/ToolPackingListTest.kt b/app/src/androidTest/java/com/kylecorry/trail_sense/tools/packs/ToolPackingListTest.kt index a06d59596..607d58269 100644 --- a/app/src/androidTest/java/com/kylecorry/trail_sense/tools/packs/ToolPackingListTest.kt +++ b/app/src/androidTest/java/com/kylecorry/trail_sense/tools/packs/ToolPackingListTest.kt @@ -283,7 +283,7 @@ class ToolPackingListTest : ToolTestBase(Tools.PACKING_LISTS) { index: Int = 0 ) { hasText(com.kylecorry.andromeda.views.R.id.title, name, index = index) - hasText(com.kylecorry.andromeda.views.R.id.tag, category, index = index) + hasText(com.kylecorry.andromeda.views.R.id.tags, category, index = index) hasText( com.kylecorry.andromeda.views.R.id.data_1, "$amount / $desiredAmount",