Cypress 'click' command actually asserts a lot of things behind the scene (e.g. visible, enable, not covered). Is there a function to asserts all these things without actually clicking a button?
My use case is that when clicking the button, it will redirect to an external website so I don't want to actually click it.