I have a page that, as the resolution changes, some texts do not appear.
I would like to ensure whether or not they are visible, but I am not having success.
Below is the image of how it appears in the browser. It doesn’t have a name.
But when running the test it says it is
The information is in the html
My code
When I check in Cypress, the content is shown but it was not visible.
What options do I have to check that the text is really not visible to the user?
I tried to find a solution, but without success