Skip to content

Commit

Permalink
QA-950: Adding testTag for VaultUnlockedNavBar component (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifernandezdiaz authored Oct 24, 2024
1 parent 28e87fe commit fcd69e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ private fun VaultUnlockedNavBarScaffold(
generatorTabClickedAction = generatorTabClickedAction,
settingsTabClickedAction = settingsTabClickedAction,
modifier = Modifier
.testTag("NavigationBarContainer")
.onGloballyPositioned {
appBarHeightPx = it.size.height
},
Expand Down

0 comments on commit fcd69e3

Please sign in to comment.