mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
adds static ID for testing
This commit is contained in:
parent
4a2a6949a8
commit
32ddfdf590
@ -137,7 +137,7 @@ function CredentialFormFields({ i18n, credentialTypes }) {
|
||||
aria-label={i18n._(t`Credential Type`)}
|
||||
isOpen={isSelectOpen}
|
||||
variant={SelectVariant.typeahead}
|
||||
id="credential-type"
|
||||
ouiaId="credential-select"
|
||||
onToggle={setIsSelectOpen}
|
||||
onSelect={(event, value) => {
|
||||
credTypeHelpers.setValue(value);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user