fix new test from rebase

This commit is contained in:
Keith Grant 2020-08-31 16:09:28 -07:00
parent 95c4b6c922
commit 055abd57cd

View File

@ -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();