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: '',
name: '',
playbook: '',
prevent_instance_group_fallback: false,
project: { id: 1, summary_fields: { organization: { id: 1 } } },
scm_branch: '',
skip_tags: '',

View File

@ -68,6 +68,7 @@ const mockJobTemplate = {
limit: '',
name: 'Foo',
playbook: 'Baz',
prevent_instance_group_fallback: false,
project: 3,
scm_branch: '',
skip_tags: '',