mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 20:19:21 -02:30
Moves JT Form to using react hooks and custom hooks
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -157,6 +157,7 @@ describe('<JobTemplateForm />', () => {
|
|||||||
name: 'inventory',
|
name: 'inventory',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
wrapper.update();
|
wrapper.update();
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
wrapper.find('input#template-scm-branch').simulate('change', {
|
wrapper.find('input#template-scm-branch').simulate('change', {
|
||||||
|
|||||||
Reference in New Issue
Block a user