test('Should render', async () => {
  const props = createProps();
  render(<SelectAsyncControl {...props} />, { useRedux: true });
  expect(await screen.findByTestId('select-test')).toBeInTheDocument();
});