mirror of
https://github.com/bitwarden/android.git
synced 2026-06-01 18:26:31 -05:00
Update all instances of Add Item to Add item (#207)
This commit is contained in:
@@ -59,7 +59,7 @@ class VaultScreenTest : BaseComposeTest() {
|
||||
onNavigateToVaultAddItemScreen = {},
|
||||
)
|
||||
}
|
||||
onNodeWithContentDescription("Add Item").performClick()
|
||||
onNodeWithContentDescription("Add item").performClick()
|
||||
}
|
||||
verify { viewModel.trySendAction(VaultAction.AddItemClick) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user