Wizard: Return of the testid

This adds `data-testid` back to the blueprint name input.
This commit is contained in:
regexowl 2025-03-12 11:58:29 +01:00 committed by Klara Simickova
parent 12aa5cdf52
commit e21d09b909
2 changed files with 6 additions and 1 deletions

View file

@ -60,6 +60,7 @@ const DetailsStep = () => {
<FormGroup isRequired label="Blueprint name" fieldId="blueprint-name">
<ValidatedInputAndTextArea
ariaLabel="blueprint name"
dataTestId="blueprint"
value={blueprintName}
isDisabled={false}
onChange={handleNameChange}