mirror of
https://github.com/bitwarden/android.git
synced 2026-04-26 07:48:12 -05:00
Fix the login test tag (#4625)
This commit is contained in:
@@ -253,9 +253,9 @@ private fun LoginScreenContent(
|
||||
modifier = Modifier.testTag("GetMasterPasswordHintLabel"),
|
||||
)
|
||||
},
|
||||
passwordFieldTestTag = "MasterPasswordEntry",
|
||||
cardStyle = CardStyle.Full,
|
||||
modifier = Modifier
|
||||
.testTag("MasterPasswordEntry")
|
||||
.standardHorizontalMargin()
|
||||
.fillMaxWidth(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user