mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Adds id's to credential form buttons
This commit is contained in:
@@ -224,6 +224,7 @@ function CredentialForm({
|
||||
<FormFullWidthLayout>
|
||||
<ActionGroup>
|
||||
<Button
|
||||
id="credential-form-save-button"
|
||||
aria-label={i18n._(t`Save`)}
|
||||
variant="primary"
|
||||
type="button"
|
||||
@@ -235,6 +236,7 @@ function CredentialForm({
|
||||
credentialTypes[formik.values.credential_type]?.kind ===
|
||||
'external' && (
|
||||
<Button
|
||||
id="credential-form-test-button"
|
||||
aria-label={i18n._(t`Test`)}
|
||||
variant="secondary"
|
||||
type="button"
|
||||
@@ -245,6 +247,7 @@ function CredentialForm({
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
id="credential-form-cancel-button"
|
||||
aria-label={i18n._(t`Cancel`)}
|
||||
variant="secondary"
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user