mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Fixing UI tests
This commit is contained in:
@@ -55,6 +55,7 @@ const jobTemplateData = {
|
|||||||
limit: '',
|
limit: '',
|
||||||
name: '',
|
name: '',
|
||||||
playbook: '',
|
playbook: '',
|
||||||
|
prevent_instance_group_fallback: false,
|
||||||
project: { id: 1, summary_fields: { organization: { id: 1 } } },
|
project: { id: 1, summary_fields: { organization: { id: 1 } } },
|
||||||
scm_branch: '',
|
scm_branch: '',
|
||||||
skip_tags: '',
|
skip_tags: '',
|
||||||
|
|||||||
@@ -68,6 +68,7 @@ const mockJobTemplate = {
|
|||||||
limit: '',
|
limit: '',
|
||||||
name: 'Foo',
|
name: 'Foo',
|
||||||
playbook: 'Baz',
|
playbook: 'Baz',
|
||||||
|
prevent_instance_group_fallback: false,
|
||||||
project: 3,
|
project: 3,
|
||||||
scm_branch: '',
|
scm_branch: '',
|
||||||
skip_tags: '',
|
skip_tags: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user