mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
Merge pull request #6318 from AlexSCorey/6100-ConvertWFJTandJTtoHooks
Moves JT Form to using react hooks and custom hooks Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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