APEX Version: 24.1.7
Hi all,
I have some troubles trying to automate a smart filter related test case. Mentioned region is the following:

As you can see, its a search filter based on a Smart Filter component where you also have the option to directly filter by Status. This Status filter is enabled by clicking on this search input.
Our goal here is to validate via cypress that this Status filter is in there.
So the problem is that I can not have this Status filter showing in the automated browser:

I have tried to enable it in some ways:
- Clicking on search filter
- Triggering a focus/mousedown action on search input
- Running in Firefox, Chrome and Electron
Any idea/guidance how to make this work in Cypress?
Thank you!