mirror of
https://github.com/bitwarden/android.git
synced 2026-06-01 02:06:52 -05:00
BIT-534: fixing trash counter to always display one (#279)
This commit is contained in:
@@ -365,7 +365,7 @@ class VaultScreenTest : BaseComposeTest() {
|
||||
composeTestRule
|
||||
.onAllNodes(hasText(rowText))
|
||||
.filterToOne(!hasClickAction())
|
||||
.assertTextEquals(rowText, 0.toString())
|
||||
.assertTextEquals(rowText, 1.toString())
|
||||
// Item
|
||||
composeTestRule
|
||||
.onAllNodes(hasText(rowText))
|
||||
@@ -386,7 +386,7 @@ class VaultScreenTest : BaseComposeTest() {
|
||||
composeTestRule
|
||||
.onAllNodes(hasText(rowText))
|
||||
.filterToOne(!hasClickAction())
|
||||
.assertTextEquals(rowText, trashCount.toString())
|
||||
.assertTextEquals(rowText, 1.toString())
|
||||
// Item
|
||||
composeTestRule
|
||||
.onAllNodes(hasText(rowText))
|
||||
|
||||
Reference in New Issue
Block a user