Fixes typo

This commit is contained in:
mabashian
2021-04-20 13:12:31 -04:00
parent 9540ed4364
commit 07d08b57d1

View File

@@ -379,7 +379,7 @@ describe('<CredentialForm />', () => {
gceFieldExpects(); gceFieldExpects();
}); });
test('should display from fields for galaxy/automation hub credentials', async () => { test('should display form fields for galaxy/automation hub credentials', async () => {
await act(async () => { await act(async () => {
wrapper = mountWithContexts( wrapper = mountWithContexts(
<CredentialForm <CredentialForm
@@ -399,7 +399,7 @@ describe('<CredentialForm />', () => {
expect(wrapper.find('FormGroup[label="Credential Type"]').length).toBe(1); expect(wrapper.find('FormGroup[label="Credential Type"]').length).toBe(1);
}); });
test('should display from fields for tower credentials', async () => { test('should display form fields for tower credentials', async () => {
await act(async () => { await act(async () => {
wrapper = mountWithContexts( wrapper = mountWithContexts(
<CredentialForm <CredentialForm