Wizard: Return of the testid
This adds `data-testid` back to the blueprint name input.
This commit is contained in:
parent
12aa5cdf52
commit
e21d09b909
2 changed files with 6 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue