Skip to content

Commit

Permalink
Fix the login test tag (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-livefront authored Jan 24, 2025
1 parent 09b898d commit b3550bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ private fun LoginScreenContent(
modifier = Modifier.testTag("GetMasterPasswordHintLabel"),
)
},
passwordFieldTestTag = "MasterPasswordEntry",
cardStyle = CardStyle.Full,
modifier = Modifier
.testTag("MasterPasswordEntry")
.standardHorizontalMargin()
.fillMaxWidth(),
)
Expand Down

0 comments on commit b3550bc

Please sign in to comment.