Fix the login test tag (#4625)

This commit is contained in:
David Perez
2025-01-24 16:43:25 -06:00
committed by GitHub
parent 09b898d655
commit b3550bc933

View File

@@ -253,9 +253,9 @@ private fun LoginScreenContent(
modifier = Modifier.testTag("GetMasterPasswordHintLabel"),
)
},
passwordFieldTestTag = "MasterPasswordEntry",
cardStyle = CardStyle.Full,
modifier = Modifier
.testTag("MasterPasswordEntry")
.standardHorizontalMargin()
.fillMaxWidth(),
)