Update all instances of Add Item to Add item (#207)

This commit is contained in:
joshua-livefront
2023-11-03 15:54:34 -04:00
committed by GitHub
parent 135c9bdee8
commit dbb85d4477
10 changed files with 10 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ class VaultScreenTest : BaseComposeTest() {
onNavigateToVaultAddItemScreen = {},
)
}
onNodeWithContentDescription("Add Item").performClick()
onNodeWithContentDescription("Add item").performClick()
}
verify { viewModel.trySendAction(VaultAction.AddItemClick) }
}