mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fixes typo
This commit is contained in:
parent
9540ed4364
commit
07d08b57d1
@ -379,7 +379,7 @@ describe('<CredentialForm />', () => {
|
||||
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 () => {
|
||||
wrapper = mountWithContexts(
|
||||
<CredentialForm
|
||||
@ -399,7 +399,7 @@ describe('<CredentialForm />', () => {
|
||||
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 () => {
|
||||
wrapper = mountWithContexts(
|
||||
<CredentialForm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user