mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #9398 from nixocio/ui_fix_variable_name
Update variables as returned by useRequest Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
48537e8202
@ -223,7 +223,7 @@ function ScheduleForm({
|
||||
const {
|
||||
request: loadScheduleData,
|
||||
error: contentError,
|
||||
contentLoading,
|
||||
isLoading: contentLoading,
|
||||
result: { zoneOptions, credentials },
|
||||
} = useRequest(
|
||||
useCallback(async () => {
|
||||
|
||||
@ -447,6 +447,7 @@ describe('<ScheduleForm />', () => {
|
||||
/>
|
||||
);
|
||||
});
|
||||
await waitForElement(wrapper, 'ContentLoading', el => el.length === 0);
|
||||
});
|
||||
afterAll(() => {
|
||||
wrapper.unmount();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user