Skip to content

Commit

Permalink
Merge pull request #1105 from IntersectMBO/fix/missing-test-ids
Browse files Browse the repository at this point in the history
fix/missing-test-ids
  • Loading branch information
Sworzen1 authored May 29, 2024
2 parents 7010b0f + 3ecb8a9 commit 34ce850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const EditDRepForm = ({
</Box>
<ControlledField.Input
{...{ control, errors }}
dataTestId="name-input"
helpfulText={t("forms.editMetadata.dRepNameHelpfulText")}
label={t("forms.editMetadata.dRepName")}
name="dRepName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const RegisterAsDRepForm = ({
</Box>
<ControlledField.Input
{...{ control, errors }}
dataTestId="name-input"
helpfulText={t("forms.registerAsDRep.dRepNameHelpfulText")}
label={t("forms.registerAsDRep.dRepName")}
name="dRepName"
Expand Down Expand Up @@ -129,7 +130,6 @@ export const RegisterAsDRepForm = ({
placeholder={t("forms.registerAsDRep.bioPlaceholder")}
helpfulText={t("forms.registerAsDRep.bioHelpfulText")}
rules={Rules.BIO}
data-testid="bio-input"
/>
<Spacer y={4} />
<p
Expand Down

0 comments on commit 34ce850

Please sign in to comment.