mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
adds static ID for testing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user