Cypress - Component Testing
You want to test a Vue component
AlertBox that accepts a slot for custom message content. Which is the correct way to mount it with a slot containing <p>Warning!</p> in Cypress?