mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: set testId on auth input fields
This commit is contained in:
committed by
Abdullah Atta
parent
676ffd1116
commit
d1c613c2ec
@@ -937,6 +937,7 @@ export function AuthField(props: FieldProps) {
|
||||
<Field
|
||||
{...props}
|
||||
name={props.name || props.id}
|
||||
data-test-id={props["data-test-id"] || props.id}
|
||||
required
|
||||
sx={{ mt: 2, width: "100%" }}
|
||||
styles={{
|
||||
|
||||
Reference in New Issue
Block a user