mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 11:59:57 +03:00
Fix broken test (#210)
This commit is contained in:
parent
923380a4f6
commit
0d702443e8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class SendScreenTest : BaseComposeTest() {
|
|||
@Test
|
||||
fun `on add item FAB click should send AddItemClick`() {
|
||||
composeTestRule
|
||||
.onNodeWithContentDescription("Add Item")
|
||||
.onNodeWithContentDescription("Add item")
|
||||
.performClick()
|
||||
verify { viewModel.trySendAction(SendAction.AddSendClick) }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue