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