mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
fix new test from rebase
This commit is contained in:
@@ -245,7 +245,7 @@ describe('<CredentialForm />', () => {
|
|||||||
test('should show Test button when external credential type is selected', async () => {
|
test('should show Test button when external credential type is selected', async () => {
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
await wrapper
|
await wrapper
|
||||||
.find('AnsibleSelect[id="credential_type"]')
|
.find('AnsibleSelect[id="credential-type"]')
|
||||||
.invoke('onChange')(null, 21);
|
.invoke('onChange')(null, 21);
|
||||||
});
|
});
|
||||||
wrapper.update();
|
wrapper.update();
|
||||||
|
|||||||
Reference in New Issue
Block a user