Fixing UI tests

This commit is contained in:
John Westcott IV
2022-09-12 12:39:28 -04:00
parent 7031753a6d
commit 5ba0bf3a64
2 changed files with 2 additions and 0 deletions

View File

@@ -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: '',

View File

@@ -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: '',