mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
fixes failing test
This commit is contained in:
@@ -194,7 +194,8 @@ describe('<JobTemplateForm />', () => {
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
wrapper.update();
|
|
||||||
|
await waitForElement(wrapper, 'Spinner', el => el.length === 0);
|
||||||
|
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
wrapper.find('input#template-name').simulate('change', {
|
wrapper.find('input#template-name').simulate('change', {
|
||||||
|
|||||||
Reference in New Issue
Block a user