mirror of
https://github.com/bitwarden/android.git
synced 2026-05-27 15:15:33 -05:00
Navigate to send graph properly (#616)
This commit is contained in:
@@ -83,7 +83,7 @@ class VaultUnlockedNavBarScreenTest : BaseComposeTest() {
|
||||
mutableEventFlow.tryEmit(VaultUnlockedNavBarEvent.NavigateToSendScreen)
|
||||
runOnIdle {
|
||||
fakeNavHostController.assertLastNavigation(
|
||||
route = "send",
|
||||
route = "send_graph",
|
||||
navOptions = expectedNavOptions,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user