mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
fixes failing test
This commit is contained in:
parent
28147b71c5
commit
49c84e6ca9
@ -194,7 +194,8 @@ describe('<JobTemplateForm />', () => {
|
||||
/>
|
||||
);
|
||||
});
|
||||
wrapper.update();
|
||||
|
||||
await waitForElement(wrapper, 'Spinner', el => el.length === 0);
|
||||
|
||||
await act(async () => {
|
||||
wrapper.find('input#template-name').simulate('change', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user