* fix(select): set undefined to shouldCloseOnInteractOutside in select
* fix(select): set false to shouldCloseOnInteractOutside in autocomplete
* fix(popover): take shouldCloseOnInteractOutside from props
* chore(changeset): revise shouldCloseOnInteractOutside for FreeSoloPopover
* feat(select): add test cases to select
* feat(select): assert that the select is open after click
* feat(autocomplete): add test cases to autocomplete
* feat(select): assert that the select is open after click