mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
Add ID's to the buttons in the external test modal for cred form
This commit is contained in:
@@ -92,13 +92,19 @@ function ExternalTestModal({
|
||||
variant="small"
|
||||
actions={[
|
||||
<Button
|
||||
id="run-external-credential-test"
|
||||
key="confirm"
|
||||
variant="primary"
|
||||
onClick={() => handleSubmit()}
|
||||
>
|
||||
{i18n._(t`Run`)}
|
||||
</Button>,
|
||||
<Button key="cancel" variant="link" onClick={() => onClose()}>
|
||||
<Button
|
||||
id="cancel-external-credential-test"
|
||||
key="cancel"
|
||||
variant="link"
|
||||
onClick={() => onClose()}
|
||||
>
|
||||
{i18n._(t`Cancel`)}
|
||||
</Button>,
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user