mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 00:47:37 -02:30
Fixes typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user